From 6fa9543b60cb4a84017384b18b2e82923970d9ef Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 21 Aug 2023 22:24:41 -0400 Subject: [PATCH] Undo testIsolation Signed-off-by: Craig Perkins --- .../notifications-dashboards/1_email_senders_and_groups.cy.js | 2 +- cypress/e2e/plugins/notifications-dashboards/2_channels.cy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/plugins/notifications-dashboards/1_email_senders_and_groups.cy.js b/cypress/e2e/plugins/notifications-dashboards/1_email_senders_and_groups.cy.js index 0d71d8095..2bd28c9af 100644 --- a/cypress/e2e/plugins/notifications-dashboards/1_email_senders_and_groups.cy.js +++ b/cypress/e2e/plugins/notifications-dashboards/1_email_senders_and_groups.cy.js @@ -16,7 +16,7 @@ import testTlsSmtpSender from '../../../fixtures/plugins/notifications-dashboard import testSesSender from '../../../fixtures/plugins/notifications-dashboards/test_ses_sender.json'; import testEmailRecipientGroup from '../../../fixtures/plugins/notifications-dashboards/test_email_recipient_group.json'; -describe('Test create email senders', { testIsolation: false }, () => { +describe('Test create email senders', () => { before(() => { // Delete all Notification configs cy.deleteAllNotificationConfigs(); diff --git a/cypress/e2e/plugins/notifications-dashboards/2_channels.cy.js b/cypress/e2e/plugins/notifications-dashboards/2_channels.cy.js index 4eb8a5c3d..bd5766e86 100644 --- a/cypress/e2e/plugins/notifications-dashboards/2_channels.cy.js +++ b/cypress/e2e/plugins/notifications-dashboards/2_channels.cy.js @@ -16,7 +16,7 @@ import testChimeChannel from '../../../fixtures/plugins/notifications-dashboards import testWebhookChannel from '../../../fixtures/plugins/notifications-dashboards/test_webhook_channel.json'; import testTlsSmtpSender from '../../../fixtures/plugins/notifications-dashboards/test_tls_smtp_sender.json'; -describe('Test create channels', { testIsolation: false }, () => { +describe('Test create channels', () => { before(() => { // Delete all Notification configs cy.deleteAllNotificationConfigs();