refactor: refs #7869 undo skip test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-18 08:12:15 +01:00
parent ff39addd67
commit fdf3af0550
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ describe('AgencyWorkCenter', () => {
cy.visit(`/#/route/agency/11/workCenter`);
});
xit('Should add work center, check already assigned and remove work center', () => {
it('Should add work center, check already assigned and remove work center', () => {
cy.addBtnClick();
cy.selectOption('[data-cy="workCenter_select"]', 'workCenterOne');
cy.dataCy(selectors.popupSave).click();