Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Mar 1, 2025
1 parent 6c157e0 commit be3efd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ove/cypress/e2e/dialogs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ describe("dialogs", function () {
cy.contains(".bp3-menu-item", "Create").click();
cy.contains(".bp3-menu-item", "New Feature").click();
cy.contains(".bp3-menu-item", "New Feature").should("not.exist");
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(200);
cy.focused().type("new feat");
cy.get(`[placeholder="Untitled Annotation"]`).type("new feat");
cy.screenshot();

cy.contains("Add Note").click();
Expand Down

0 comments on commit be3efd4

Please sign in to comment.