From 350111bde3539351ce1d7060c84d51618efe207b Mon Sep 17 00:00:00 2001 From: Stokes Player Date: Tue, 17 Jan 2023 21:46:34 -0500 Subject: [PATCH] Fix another test --- packages/app/src/debug/DebugSpec.cy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/debug/DebugSpec.cy.tsx b/packages/app/src/debug/DebugSpec.cy.tsx index 5a8045bf0235..0d1aa4481d7b 100644 --- a/packages/app/src/debug/DebugSpec.cy.tsx +++ b/packages/app/src/debug/DebugSpec.cy.tsx @@ -526,7 +526,7 @@ describe('Run Failures button', () => { )) cy.findByTestId('run-failures') - .should('have.attr', 'href', '#/specs/runner?file=cypress/tests/auth.spec.ts') + .should('have.attr', 'href', '#/specs/runner?file=cypress/tests/auth.spec.ts&mode=debug') .and('not.have.attr', 'aria-disabled') }) })