Skip to content

Commit 62cb12e

Browse files
abelsiqueirac-martinez
authored andcommitted
There was a leftover .only on cypress tests
1 parent edfeced commit 62cb12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/navigation.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('App navigation', () => {
7272
.should('not.be.disabled')
7373
})
7474

75-
it.only('should not allow download if there are errors', () => {
75+
it('should not allow download if there are errors', () => {
7676
cy.visit('/start')
7777
cy.dataCy('btn-download')
7878
.should('not.be.enabled')

0 commit comments

Comments
 (0)