refactor: refs #6683 remove 'only' from Worker pop-ups test suite to include all tests
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
601b8d8d64
commit
d943529f75
|
@ -104,7 +104,7 @@ describe('Property DMS', () => {
|
|||
cy.readFile(`${downloadsFolder}/${fileName}`).should('exist');
|
||||
});
|
||||
|
||||
describe.only('Worker pop-ups', () => {
|
||||
describe('Worker pop-ups', () => {
|
||||
it('Should redirect to the worker summary from worker descriptor pop-up', () => {
|
||||
cy.get(selectors.lastRowWorkerLink)
|
||||
.should('be.visible')
|
||||
|
|
Loading…
Reference in New Issue