Skip to content

Commit

Permalink
index issue fixes in process e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
msmannan00 committed Jan 24, 2025
1 parent 13e0955 commit a4b44eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/cypress/e2e/18-test-globaleaks-process.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ describe("globaleaks process", function () {
cy.wait(6000);
cy.get("#stop_recording").click();
cy.get("#NextStepButton").click();
cy.get("input[type='text']").eq(2).should("be.visible").type("abc");
cy.get("input[type='text']").eq(3).should("be.visible").type("xyz");
cy.get("input[type='text']").eq(3).should("be.visible").type("abc");
cy.get("input[type='text']").eq(4).should("be.visible").type("xyz");
cy.get("select").first().select(1);
cy.get("#SubmitButton").should("be.visible");
cy.get("#SubmitButton").click();
Expand Down

0 comments on commit a4b44eb

Please sign in to comment.