Skip to content

Commit 53060af

Browse files
authored
Merge pull request #828 from citation-file-format/leftover-only-on-cypress
2 parents 34da794 + 34f75fe commit 53060af

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)