Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 68b5336

Browse files
committed
fix typo
1 parent e1c1f1f commit 68b5336

File tree

1 file changed

+1
-1
lines changed
  • cypress/integration/11-retry-ability

1 file changed

+1
-1
lines changed

cypress/integration/11-retry-ability/answer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('retry-ability', () => {
117117

118118
it('retries reading the JSON file', () => {
119119
// note cy.readFile retries reading the file until the should(cb) passes
120-
// https://on.cypress.io/readilfe
120+
// https://on.cypress.io/readfile
121121
cy.get('.new-todo')
122122
.type('todo A{enter}')
123123
.type('todo B{enter}')

0 commit comments

Comments
 (0)