Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 06a468e

Browse files
committed
remove obsolete comment
1 parent ef0704a commit 06a468e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypress/integration/alert-spec.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ describe('Stateless alert', () => {
1616

1717
it('alerts with name', () => {
1818
cy.contains('Say Hi').click()
19-
// spy on window:alert is never called
20-
// https://github.com/bahmutov/cypress-react-unit-test/issues/6
2119
cy.get('@alert').should('have.been.calledOnce')
2220
})
2321
})

0 commit comments

Comments
 (0)