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(files): drop menu-open wait from action helpers
The added cy.get('#menuId').should('be.visible') wait was fragile on CI and
regressed files-renaming; the atomic action-button query already waits via
its own should('be.visible'). Keep the atomic queries, drop the extra wait.
Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Micke Nordin <kano@sunet.se>
0 commit comments