0
0
Fork 0

fix: e2e test

This commit is contained in:
Pablo Natek 2024-04-25 17:17:28 +02:00
parent 436f24b674
commit fff9ec4184
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('AgencyWorkCenter', () => {
cy.get('.q-item__section--side > .q-btn > .q-btn__content > .q-icon').click();
cy.get('.q-notification__message').should(
'have.text',
'Agency removed successfully'
'WorkCenter removed successfully'
);
});