Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Feb 20, 2025
1 parent 7c30d93 commit 399772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ove/cypress/e2e/editor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe("editor", function () {

cy.contains(".veLabelText", "Part 0").trigger("contextmenu");
cy.contains(".bp3-menu-item", "Create").trigger("mouseover");
cy.contains(".bp3-menu-item", "New Sequence From Selection").click();
cy.contains(".bp3-menu-item", "New DNA Sequence From Selection").click();

cy.contains("onCreateNewFromSubsequence callback triggered").should(
"be.visible"
Expand Down

0 comments on commit 399772b

Please sign in to comment.