Skip to content

Commit

Permalink
fix: added delay to ensure graph loads before starting test flow (sta…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams authored Oct 15, 2024
1 parent afb3687 commit cbbe490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/addNode/addNodeType.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Add Node Type Via BluePrint', () => {
const nodeType = 'Player'

cy.get('[data-testid="add-blueprint-modal"]').click()
cy.wait(1000)
cy.wait(50000)

cy.intercept({
method: 'GET',
Expand Down

0 comments on commit cbbe490

Please sign in to comment.