refactor: refs #7869 undo skip test
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
ff39addd67
commit
fdf3af0550
|
@ -18,7 +18,7 @@ describe('AgencyWorkCenter', () => {
|
||||||
cy.visit(`/#/route/agency/11/workCenter`);
|
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.addBtnClick();
|
||||||
cy.selectOption('[data-cy="workCenter_select"]', 'workCenterOne');
|
cy.selectOption('[data-cy="workCenter_select"]', 'workCenterOne');
|
||||||
cy.dataCy(selectors.popupSave).click();
|
cy.dataCy(selectors.popupSave).click();
|
||||||
|
|
Loading…
Reference in New Issue