Commit d70f4e8
fix: increase SSO login password field timeout to 60s (#1287)
- After clicking "Next" on the Red Hat SSO page, the server validates
the username before rendering the password form. This server-side
call can be intermittently slow, causing the default 30s Playwright
timeout to be exceeded (~25% failure rate in ci-daily-prod).
- Add an explicit WaitFor with 60s timeout on the password field
locator, matching the timeout already used for page navigation.
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 6924f8a commit d70f4e8
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
0 commit comments