Commit 2733b32
fix(integration): wait for login modal to close before clicking UI elements
The Selenium test InterpreterModeActionsIT.testPerUserIsolatedAction
fails intermittently because the login modal overlay remains visible
after authentication, causing ElementClickInterceptedException when
the test tries to click the user dropdown button.
Wait for the modal to become invisible and remove any lingering
backdrop via JavaScript before proceeding.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 33214d4 commit 2733b32
1 file changed
Lines changed: 13 additions & 1 deletion
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
0 commit comments