fix: refs #6919 test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-01-30 18:36:09 +01:00
parent 58ec845402
commit 311a40deef
1 changed files with 1 additions and 0 deletions

View File

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