-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add expected conditions 1827 #1865
Merged
emanlove
merged 24 commits into
robotframework:master
from
emanlove:add-expected-conditions-1827
Apr 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5a6735c
Sketching out initial ideas for test suite on expected conditions
emanlove 583c9e6
Added dynamic and delayed title change as initial test framework for
emanlove fc60e23
Merge branch 'master' into add-expected-conditions-1827
emanlove 2b10abf
Initial (working) prototype of wait for.. keyword
emanlove eb49c98
Bumped number of library keywords by one
emanlove 129e9b0
Moved previous expected condition tests out of current test suite
emanlove 36e7da3
Adding another sample tests and modifying keyword behavior
emanlove 48376f7
Added sample test case where an expected timeout would occur
emanlove 3083459
added timeout argument to keyword wait_for_expected_condition
yuriverweij 754e793
Merge pull request #3 from yuriverweij/feature/add_expected_condition…
emanlove 98d8f89
Some intial parsing and validation for parsing condition argument
emanlove 7ad5296
Basic working keyword for wait
emanlove b022031
Added test case for capitals within expected condition name
emanlove d23700e
Added example test where expected condition expected "locator" tuple
emanlove 7bdca3c
Added keyword documentation for new `Wait For Expected Condition` key…
emanlove bd05dfd
Merge branch 'master' into add-expected-conditions-1827
emanlove fd751bb
Fix Firefox unit tests
emanlove 204ceda
Reduced the timeout on the expected timeout within expected conditions
emanlove e1a4f4c
Expanded selenium versions upto 4.19.0
emanlove f17f8f0
Fix acceptance tests
emanlove de1a4fb
Append results to zip file
emanlove 8db00db
Added selenium version and browser name to archive
emanlove a0e241d
Upload only failed artifacts
emanlove cc41bc1
Updated some expected log messages in chrome tests
emanlove File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's becoming quite a long list again.