Skip to content

Commit

Permalink
Test: Update espace agents tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp authored Sep 25, 2024
1 parent b5b7e13 commit c19a9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/espace-agent.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ describe(
// The mobile one is hidden but appears first in the DOM,
// so we need to force the click
.click({ force: true });
cy.contains('button', 'AgentConnect');
cy.contains('button', 'ProConnect');
});

it('Bouton agent connect sur les données protégées', () => {
cy.visit('/documents/487444697');
cy.contains('Réservé aux agents publics');
cy.contains('button', 'AgentConnect');
cy.contains('button', 'ProConnect');
});

// it('Connexion', () => {
Expand Down

0 comments on commit c19a9b8

Please sign in to comment.