Skip to content

Commit

Permalink
remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian committed May 10, 2024
1 parent 3cc749a commit a365dda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/cypress/tests/e2e/footer.spec.js
Expand Up @@ -6,10 +6,6 @@ beforeEach(() => {
cy.authenticate("stateUser");
});

afterEach(() => {
cy.navigateToHomePage();
});

describe("Footer integration tests", () => {
it("Footer help link navigates to /help", () => {
cy.contains(helpLinkText).click();
Expand Down

0 comments on commit a365dda

Please sign in to comment.