Skip to content

Commit

Permalink
fix: remove wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 1, 2024
1 parent 3d31297 commit cbf248a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/addNode/addNodeType.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('Add Node Type Via BluePrint', () => {
cy.wait('@schemaList')

cy.get('#blur-on-select').click()
cy.wait(20000)
cy.get('[data-testid="Thing"]').click()

cy.get('#cy-item-name').type(nodeType)
Expand Down

0 comments on commit cbf248a

Please sign in to comment.