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
It looks like our Role Management tests are randomly timing out or failing. My assumption is that it is a busy page and we need to use something like protractor's ExpectedConditions to make sure the modal is visible before trying to interact with it.
The text was updated successfully, but these errors were encountered:
3772: fix: flaky role management test r=jniles a=jniles
Wait for checkbox in modal to be clickable before blindly clicking it.
Closes#3765
Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
See this TravisCI failure for more details.
It looks like our Role Management tests are randomly timing out or failing. My assumption is that it is a busy page and we need to use something like protractor's ExpectedConditions to make sure the modal is visible before trying to interact with it.
The text was updated successfully, but these errors were encountered: