Skip to content
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

Issue 1768 #1819

Merged
merged 5 commits into from
Apr 27, 2023
Merged

Issue 1768 #1819

merged 5 commits into from
Apr 27, 2023

Conversation

emanlove
Copy link
Member

Minor changes to @rasjani's pull request

Fixes #1768

rasjani and others added 5 commits January 19, 2023 18:40
Fixes robotframework#1768

Now includes utest for setter/getter and test that correct delay is
passed to ActionChains() constructor
compatability

As with the addition of the page_load_timeout, moved action_chain_delay
into the last position so if anyone has poorly structured Library
imports (which should be using named arguments) this will not break
their implementations.
It looks like the error message on this test has changed. It is unclear
at the time what this test is supposed to do and where the expected
error message should come in. As such I am going to triage the test for
later review.
- Updated number of expected keywords based upon the two added for the
  setting action_chain_delay
- Moved expected position of the action_chain_delay argument
  documentation to the bottom of the list
@emanlove emanlove merged commit 9b03af4 into robotframework:master Apr 27, 2023
@emanlove emanlove deleted the issue-1768 branch December 19, 2023 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keywords which uses action chains are having a default 250ms timeout which cannot be overriden.
2 participants