Skip to content

Commit

Permalink
Fix missing var in control unit dialog e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Oct 24, 2023
1 parent 2198d23 commit 3b8f9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ context('Main Window > Control Unit Dialog > Resource List', () => {
})

cy.get('p').contains('Ajouter un moyen').should('not.exist')
cy.contains('Avion – Avion').should('be.visible')
cy.contains(createdResourceName).should('be.visible')

// -------------------------------------------------------------------------
// Edit
Expand Down

0 comments on commit 3b8f9ed

Please sign in to comment.