Skip to content

Commit

Permalink
test: fixes integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomorphic committed Jan 18, 2024
1 parent c7d1a79 commit 17e2758
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 106 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/neuronbridge/logged_in_user.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ describe("logged in neuronbridge user", () => {
// should see search results.
cy.visit("/search");
cy.findByText(/search help/i, { timeout: 4000 });
cy.findByText(/examples:/).findAllByRole('link').eq(5).click();
cy.findByText(/examples:/).findAllByRole('link').eq(2).click();
cy.findAllByText(/Gender/i, { timeout: 4000 });
cy.findAllByText(/color depth search results/i, { timeout: 4000 }).eq(0).click({force: true});
cy.findByText("CDM Input Image", { timeout: 4000 });
cy.findByText(/VT064570/i, { timeout: 4000 }).click();
cy.findByText(/R20D07/i, { timeout: 4000 }).click();
cy.findByText("Input Image");
cy.findByText(/Match 2 of 575/i);
cy.findByText(/Match 2/i);
cy.findByText(/Channel/i);
cy.findByText(/Mounting Protocol/i);
cy.findByText(/Magnification/i);
Expand Down
Loading

0 comments on commit 17e2758

Please sign in to comment.