Skip to content

Commit 0c8b5d3

Browse files
authored
Added skip to alert cases
1 parent e0b1e74 commit 0c8b5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui-tests/cypress/e2e/dashboard/manage/alerts/alerts.cy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const {
1616
EMAIL_NOTIFICATION_TYPE
1717
} = require('../../../../support/constants');
1818

19-
describe('Create New Alert', () => {
19+
describe.skip('Create New Alert', () => {
2020
beforeEach(function() {
2121
navigationHelpers.goToLoginPage();
2222
loginHelpers.login(user.username, user.password);
@@ -436,4 +436,4 @@ describe('Create New Alert', () => {
436436
});
437437
});
438438
});
439-
});
439+
});

0 commit comments

Comments
 (0)