Skip to content

Commit

Permalink
Make cypress test fail to see what GH integration looks like
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed Feb 9, 2023
1 parent 74cdd4d commit dd3f1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cypress-e2e/cypress/e2e/login.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ describe("Log in", () => {
it("can log in and be redirected to the home page", () => {
cy.visit(ADMIN_UI_URL);
cy.login();
cy.getByTestId("Home");
cy.getByTestId("Homeeee");
});
});

0 comments on commit dd3f1a9

Please sign in to comment.