Skip to content

Commit

Permalink
fix: add @symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 2, 2024
1 parent 533c8ba commit a441d6a
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 @@ -49,7 +49,7 @@ describe('Add Node Type Via BluePrint', () => {

cy.get('[data-testid="add-item-modal"]').click()

cy.wait('schemaList1')
cy.wait('@schemaList1')

cy.get(`[data-testid="${nodeType}"]`).click()
cy.wait(100)
Expand Down

0 comments on commit a441d6a

Please sign in to comment.