Skip to content

Commit

Permalink
test cypress delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Dec 12, 2024
1 parent c1a5721 commit 747e201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/cypress/support/UI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export const createFeature_UI = (
const uiOpts = forceInteractions ? { force: true } : undefined;
cy.visit(`/projects/${projectName}`);

cy.wait(5_000);

cy.get('[data-testid=NAVIGATE_TO_CREATE_FEATURE').click(uiOpts);

cy.intercept('POST', `/api/admin/projects/${projectName}/features`).as(
Expand Down

0 comments on commit 747e201

Please sign in to comment.