Skip to content

Commit

Permalink
Demote oauth_spec.ts (mattermost#29631)
Browse files Browse the repository at this point in the history
* Demote oauth_spec.ts
* Remove single testcase skips for oauth_spec.ts
  • Loading branch information
mvitale1989 authored Dec 17, 2024
1 parent bdbce2f commit bac251f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -352,7 +351,7 @@ describe('Integrations page', () => {
});
});

it.skip('MM-T652 Regenerate Secret', () => {
it('MM-T652 Regenerate Secret', () => {
cy.apiLogin(user1);
cy.visit(testChannelUrl1);

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bac251f

Please sign in to comment.