From bac251f3129aa14cfe7bdfaad7311a5a3bec1746 Mon Sep 17 00:00:00 2001 From: Mario Vitale Date: Tue, 17 Dec 2024 18:41:22 +0100 Subject: [PATCH] Demote oauth_spec.ts (#29631) * Demote oauth_spec.ts * Remove single testcase skips for oauth_spec.ts --- .../integration/channels/enterprise/oauth/oauth_spec.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/e2e-tests/cypress/tests/integration/channels/enterprise/oauth/oauth_spec.ts b/e2e-tests/cypress/tests/integration/channels/enterprise/oauth/oauth_spec.ts index cda9e988a29..5b49ea1b4b7 100644 --- a/e2e-tests/cypress/tests/integration/channels/enterprise/oauth/oauth_spec.ts +++ b/e2e-tests/cypress/tests/integration/channels/enterprise/oauth/oauth_spec.ts @@ -7,7 +7,6 @@ // - Use element ID when selecting an element. Create one if none. // *************************************************************** -// Stage: @prod // Group: @channels @enterprise @integrations import {getRandomId} from '../../../../utils'; @@ -352,7 +351,7 @@ describe('Integrations page', () => { }); }); - it.skip('MM-T652 Regenerate Secret', () => { + it('MM-T652 Regenerate Secret', () => { cy.apiLogin(user1); cy.visit(testChannelUrl1); @@ -406,7 +405,7 @@ describe('Integrations page', () => { cy.contains('Invalid client credentials.').should('exist'); }); - it.skip('MM-T654 Successful reconnect with updated secret', () => { + it('MM-T654 Successful reconnect with updated secret', () => { cy.apiAdminLogin(); // # Send new credentials