-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix flake on selenium basic-auth suite due to timing issue #13197
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
Conversation
c9ded04 to
eec589b
Compare
eec589b to
bb571ad
Compare
2ae7151 to
f0a5b85
Compare
* Separate invalid client test from the valid one * Apply same changes from pr #13197 * Deal with stalereferences caused by timing issues looking up objects in the DOM * Unlink before assertion
* Separate invalid client test from the valid one * Apply same changes from pr #13197 * Deal with stalereferences caused by timing issues looking up objects in the DOM * Unlink before assertion (cherry picked from commit 2ab890f) (cherry picked from commit e84a516) # Conflicts: # deps/rabbitmq_mqtt/test/auth_SUITE.erl # selenium/package.json
f0a5b85 to
fdaf16b
Compare
|
I don't know why GitHub has decided to close this PR, I've only tried to rebase it :) will re-submit. |
|
According to GitHub, the tip of this branch was previously merged in #13180. @MarcialRosales please have a look. |
|
it could be because I applied these changes also in the PR that addressed a flake on the mqtt module .. Maybe i tried it there just to see it did work too .. and i did not removed it at end. I wanted to have two separate PRs for two different flakes. |
* Separate invalid client test from the valid one * Apply same changes from pr #13197 * Deal with stalereferences caused by timing issues looking up objects in the DOM * Unlink before assertion
Fix flake due to timing issue and bump up chromedriver
Types of Changes
What types of changes does your code introduce to this project?
Put an
xin the boxes that apply