#6919 syncData #941

Merged
jorgep merged 95 commits from 6919-syncData into dev 2025-02-06 09:39:49 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 311a40deef - Show all commits

View File

@ -15,6 +15,7 @@ describe('AgencyWorkCenter', () => {
// expect error when duplicate
cy.get(createButton).click();
cy.selectOption(workCenterCombobox, 'workCenterOne');
cy.get('[data-cy="FormModelPopup_save"]').click();
cy.checkNotification('This workCenter is already assigned to this agency');
cy.get('[data-cy="FormModelPopup_cancel"]').click();