SeleniumHQ / selenium Public
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
WebDriverWait.until throws timeoutexceptioni on wrong thread #8587
Labels
Comments
The test in selenium/java/client/test/org/openqa/selenium/support/ui/WebDriverWaitTest.java Lines 82 to 89 in c1cb579
|
anandbagmar
added a commit
to anandbagmar/selenium
that referenced
this issue
Sep 15, 2020
…meoutException. Added new test to check if stack trace contains test name
8 tasks
anandbagmar
added a commit
to anandbagmar/selenium
that referenced
this issue
Sep 16, 2020
…meoutException. Added new test to check if stack trace contains test name
8 tasks
shs96c
pushed a commit
that referenced
this issue
Sep 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To Reproduce
Detailed steps to reproduce the behavior:
Expected behavior
Exception is thrown on thread that called until()
Actual behavior
Exception is thrown on forkjoin pool, stacktrace does not indicate where on my actual test code the timeout occured.
Build info: version: '4.0.0-alpha-6', revision: '5f43a29cfc'
The text was updated successfully, but these errors were encountered: