We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b1e74 commit 0c8b5d3Copy full SHA for 0c8b5d3
ui-tests/cypress/e2e/dashboard/manage/alerts/alerts.cy.js
@@ -16,7 +16,7 @@ const {
16
EMAIL_NOTIFICATION_TYPE
17
} = require('../../../../support/constants');
18
19
-describe('Create New Alert', () => {
+describe.skip('Create New Alert', () => {
20
beforeEach(function() {
21
navigationHelpers.goToLoginPage();
22
loginHelpers.login(user.username, user.password);
@@ -436,4 +436,4 @@ describe('Create New Alert', () => {
436
});
437
438
439
-});
+});
0 commit comments