Commit 2d629bf
committed
fix(e2e): replace click with visibility check in checkUrl
cy.get('#content').click() fails when the main element is covered
by a header or banner. Use .should('be.visible') instead, which
still ensures hydration is complete without requiring clickability.1 parent 7c0ce73 commit 2d629bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments