You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selenium tests occasionally fail silently. Testing manually works fine. The server doesn't log the POST requests from the tests, so this might be an issue with the generate button click.
The text was updated successfully, but these errors were encountered:
gxavier38
changed the title
Test don't work right after server startup
Test sometimes fail
Jun 29, 2021
Looks like error messages are being hidden. Now getting StaleElementReferenceError: stale element reference: element is not attached to the page document for sessionField and passwordField
It looks like some race condition between when divs are added to the DOM and when Selenium interacts with them. I can't reproduce it consistently. Fixed temporarily by sleeping before Selenium starts interacting.
Selenium tests occasionally fail silently. Testing manually works fine. The server doesn't log the POST requests from the tests, so this might be an issue with the generate button click.
The text was updated successfully, but these errors were encountered: