Skip to content

Commit 932a31e

Browse files
committed
test: stabilize sidebar navigation
1 parent e4b7574 commit 932a31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/support/navigate-to.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Cypress.Commands.add('navigateTo', (leftNav, resource) => {
1515

1616
cy.get('@btn-2').click();
1717
}
18-
cy.wait(500);
18+
cy.wait(1500);
1919
});

0 commit comments

Comments
 (0)