Skip to content

Commit e533ee9

Browse files
authored
Update location-href-spec.cy.js (#825)
1 parent 1f0ece1 commit e533ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/testing-dom__download/cypress/e2e/location-href-spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('file download', () => {
9292
})
9393

9494
// NOTE: the Command Log says the file has been downloaded, but it's not there
95-
it.skip('downloaded via out own anchor click', () => {
95+
it.skip('downloaded via our own anchor click', () => {
9696
cy.visit('/')
9797
let downloadUrl
9898

0 commit comments

Comments
 (0)