Commit bcfc11b
fix(cypress): use retry-able cy.get for audio setup button in stepVideoCheck
The synchronous $body.find() check raced against React rendering — after
VideoEquipmentCheck auto-passes, AudioEquipmentCheck needs a render cycle
to mount its "Begin audio setup" button. Replace with cy.get() which
retries until the button appears (up to 10s).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d2c67ee commit bcfc11b
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
- cypress/support
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments