test: refs #8484 skip 'should active a notification that is yours' test in workerNotificationsManager.spec.js
This commit is contained in:
parent
18c5af1cc9
commit
6e79e5146f
|
@ -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.visit(`/#/worker/${developerId}/notifications`);
|
||||
cy.waitForElement(activeList);
|
||||
|
|
Loading…
Reference in New Issue