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
test(cypress): improve resilience of files-copy-move sharing tests
- Remove `.within()` scoping to avoid stale DOM references on re-render
- Remove unused `cy.intercept()` calls (aliases were never awaited)
- Add explicit visibility gates before file picker interactions
- Re-query `.file-picker` per command chain for DOM freshness
- Add `CSS.escape()` to `moveFileForbidden` directory selector (bug fix)
- Increase assertion timeouts for slow CI environments
- Replace `cy.contains().should('not.exist')` anti-pattern with
`cy.get().should('not.contain')` for correct negative assertion
Signed-off-by: Josh <josh.t.richards@gmail.com>
0 commit comments