Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jgespinosa10 committed Dec 11, 2024
1 parent b7d5215 commit dc74357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ove/cypress/e2e/alignment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe("alignment", function () {
cy.get("body").type("{shift}", { release: false });
cy.scrollAlignmentToPercent(0.99);
cy.contains(`[data-alignment-track-index="1"] text`, 3510).click();
cy.get(`[title="Selecting 3499 bps from 11 to 3509"]`);
cy.get(`[title="Selecting 3500 bps from 11 to 3510"]`);
});
it("the alignment should show axis numbers correctly", function () {
cy.visit("#/Alignment?alignmentDataId=39");
Expand All @@ -124,7 +124,7 @@ describe("alignment", function () {
cy.get("body").type("{shift}", { release: false });
cy.scrollAlignmentToPercent(0.99);
cy.contains(`[data-alignment-track-index="1"] text`, 3510).click();
cy.get(`[title="Selecting 3454 bps from 56 to 3509"]`);
cy.get(`[title="Selecting 3455 bps from 56 to 3510"]`);
});
it("scrolls the yellow scroll handle correctly", function () {
cy.visit("#/Alignment");
Expand Down
2 changes: 1 addition & 1 deletion packages/ove/cypress/e2e/menuBar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ describe("menuBar", function () {

cy.selectRange(2, 5);
cy.get(".tg-menu-bar").contains("Edit").trigger("mouseover");
cy.get(".tg-menu-bar-popover").contains("Cut").click();
cy.get(".tg-menu-bar-popover").contains("Cut").realClick();

cy.get(".tg-menu-bar").contains("File").click();
cy.get(`[cmd="saveSequence"]`).should("not.have.class", "bp3-disabled");
Expand Down

0 comments on commit dc74357

Please sign in to comment.