From a365dda165ff6a75d5830b16fbc6e4fd1cf7e988 Mon Sep 17 00:00:00 2001 From: Garrett Rabian Date: Fri, 10 May 2024 15:11:55 -0400 Subject: [PATCH] remove redundant step --- tests/cypress/tests/e2e/footer.spec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/cypress/tests/e2e/footer.spec.js b/tests/cypress/tests/e2e/footer.spec.js index 84dfc9126..a5e6b2934 100644 --- a/tests/cypress/tests/e2e/footer.spec.js +++ b/tests/cypress/tests/e2e/footer.spec.js @@ -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();