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
Topic selection test sometimes fails. The current hypothesis is that Cypress clicks on the material-ui dropdown menu before its event handlers have been registered. Cypress doesn't retry .click() commands, so the test fails.
Topic selection test sometimes fails. The current hypothesis is that Cypress clicks on the material-ui dropdown menu before its event handlers have been registered. Cypress doesn't retry .click() commands, so the test fails.
Current solution
Click restart build until build passes
Proper solution
Proper: When can the test click?
Fast: remove test
The text was updated successfully, but these errors were encountered: