-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unittest failure in Selenium/Customer/DynamicFields/DynamicFieldDatabase.t #1810
Comments
This might be a sporadic failure. I ran this as a single test script and it worked. |
Do you have further information about the failure? |
Here is the log output from two of my latest test runs. Not that the exception occurred at different locations. |
I've seen this problem earlier but couldn't reproduce it reliably. It occurs while testing the DynamicField of type Database within the following steps:
Here the error occurs since the ResultElement2, which was added via detailed search, cannot be found. At first glance, I think this might be a timing issue or something related. |
Issue #1810: wait until element exists
The semicolon is apparently not really needed, but it is used in the sample code in the documentation of Selenium::Waiter. Let's stick with the less confusion syntax.
This is a new failure. Should be fixed for the next patch level release.
The text was updated successfully, but these errors were encountered: