Skip to content

Commit

Permalink
Github Switch Branch dev_test cypress-io#1
Browse files Browse the repository at this point in the history
  • Loading branch information
untitled-soundtrack committed Sep 28, 2023
1 parent 74194e2 commit 09ee92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('TodoMVC', function () {
.type('todo A{enter}')
.type('todo B{enter}') // we can continue working with same element
.type('todo C{enter}') // and keep adding new items
.type('todo D{enter}') // and keep adding new items


cy.get('.todo-list li').should('have.length', 4)
})
Expand Down

0 comments on commit 09ee92e

Please sign in to comment.