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

This commit is contained in:
Jose Antonio Tubau 2025-04-14 09:37:09 +02:00
parent 601b8d8d64
commit d943529f75
1 changed files with 1 additions and 1 deletions

View File

@ -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')