Skip to content

Commit 350111b

Browse files
committed
Fix another test
1 parent 57d5e78 commit 350111b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/debug/DebugSpec.cy.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ describe('Run Failures button', () => {
526526
))
527527

528528
cy.findByTestId('run-failures')
529-
.should('have.attr', 'href', '#/specs/runner?file=cypress/tests/auth.spec.ts')
529+
.should('have.attr', 'href', '#/specs/runner?file=cypress/tests/auth.spec.ts&mode=debug')
530530
.and('not.have.attr', 'aria-disabled')
531531
})
532532
})

0 commit comments

Comments
 (0)