Skip to content

Commit

Permalink
Fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed May 15, 2024
1 parent 2270361 commit 76b98aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ context('Side Window > Mission Form > Action List', () => {
cy.get('[data-cy="mission-form-action-list"] > div').children().eq(4).contains('Action CACEM')

cy.get('[data-cy="mission-form-action-list"] > div').children().eq(5).contains('03 Nov à 13:59')
cy.get('[data-cy="mission-form-action-list"] > div').children().eq(5).contains('Note')
cy.get('[data-cy="mission-form-action-list"] > div').children().eq(5).contains('Une note avec des informations')
cy.get('[data-cy="mission-form-action-list"] > div').children().eq(6).contains('Action CACEM')
})
Expand Down

0 comments on commit 76b98aa

Please sign in to comment.