Skip to content

Commit

Permalink
test: wait for schema to be saved
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 2, 2024
1 parent a441d6a commit 04f6838
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 @@ -40,7 +40,7 @@ describe('Add Node Type Via BluePrint', () => {
cy.wait('@schemaRequest')

cy.get('body').trigger('keydown', { keyCode: 27 })
cy.wait(500)
cy.wait(20000)

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

0 comments on commit 04f6838

Please sign in to comment.