Skip to content

Commit

Permalink
test: oicd auth tests added and README changes removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamRatnaparkhi committed Mar 4, 2023
1 parent 277359f commit 73e1173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("auth", () => {
else console.log("No cookie banner or cookie already accepted");
});

cy.contains("Login").click();
cy.findByText(/login/i).click();
cy.origin("https://elixir-czech.org", () => {});
cy.origin("https://ds.aai.lifescience-ri.eu", () => {
cy.wait(3000).then(() => {
Expand Down

0 comments on commit 73e1173

Please sign in to comment.