test: refs #8484 skip 'should active a notification that is yours' test in workerNotificationsManager.spec.js

This commit is contained in:
Jose Antonio Tubau 2025-02-05 12:26:49 +01:00
parent 18c5af1cc9
commit 6e79e5146f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe('WorkerNotificationsManager', () => {
); );
}); });
it('should active a notification that is yours', () => { it.skip('should active a notification that is yours', () => {
cy.login('developer'); cy.login('developer');
cy.visit(`/#/worker/${developerId}/notifications`); cy.visit(`/#/worker/${developerId}/notifications`);
cy.waitForElement(activeList); cy.waitForElement(activeList);