Skip to content

Commit

Permalink
Github Workflow Test cypress-io#4
Browse files Browse the repository at this point in the history
  • Loading branch information
untitled-soundtrack committed Sep 28, 2023
1 parent 452dda0 commit 74194e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/integration/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ describe('TodoMVC', function () {
cy.get('.new-todo')
.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 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 74194e2

Please sign in to comment.