Skip to content

Commit

Permalink
Greet device - test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Dec 19, 2023
1 parent 4986e51 commit 44c65f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/tests/e2e/specs/test_greet_device_modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ describe('Greet a new device', () => {
cy.wait(WAIT_TIME);
cy.get('@title').contains('Get guest code');
cy.get('.greet-organization-modal').find('ion-grid').find('.button-clear').contains('None shown').click();
cy.checkToastMessage('An unexpected error occured',
"If you didn't see the correct code, it could be a security concern. Please restart the process.");
cy.checkToastMessage(
'An unexpected error occured',
"If you didn't see the correct code, it could be a security concern. Please restart the process.",
);
cy.wait(WAIT_TIME);
cy.get('@title').contains('Create a new device');
cy.get('@nextButton').contains('Start');
Expand Down

0 comments on commit 44c65f6

Please sign in to comment.