From 4fd53ef03d919a9e61c25a07e91c688bf995e2b5 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 10 Jun 2024 16:02:09 -0400 Subject: [PATCH 1/4] add testIsolation for plugin tests simplify tests when possible and add mobile nav test --- src/app/components/app-nav/index.js | 1 + tests/cypress/integration/help.cy.js | 23 +--- tests/cypress/integration/home.cy.js | 43 ++++--- tests/cypress/integration/navigation.cy.js | 54 ++------- .../cypress/integration/pages-and-posts.cy.js | 107 ++++++++---------- tests/cypress/integration/settings.cy.js | 59 ++++------ tests/cypress/integration/version-check.cy.js | 4 +- tests/cypress/support/index.js | 2 +- 8 files changed, 117 insertions(+), 176 deletions(-) diff --git a/src/app/components/app-nav/index.js b/src/app/components/app-nav/index.js index 13af77e95..83180b7e3 100644 --- a/src/app/components/app-nav/index.js +++ b/src/app/components/app-nav/index.js @@ -196,6 +196,7 @@ export const MobileNav = () => {