Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Cypress/E2E: Add TM4J IDs #6397

Merged
merged 2 commits into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
per comments

Co-authored-by: Prapti <[email protected]>
  • Loading branch information
saturninoabril and prapti committed Sep 9, 2020
commit 62395fa1f4b26defc59bbe10331da5c0a72afc76
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import * as TIMEOUTS from '../../fixtures/timeouts';
import {getAdminAccount} from '../../support/env';

describe('MM-T940 - Users - Revoke all sessions', () => {
describe('MM-T940 Users - Revoke all sessions', () => {
const admin = getAdminAccount();

it('Verify for System Admin', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Teams Settings', () => {
});
});

it('MM-T391 Remove Team Icon', () => {
it('MM-T391 Remove team icon', () => {
// function to open the team settings dialog
openTeamSettingsDialog();

Expand Down
2 changes: 1 addition & 1 deletion e2e/cypress/integration/team_settings/teams_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Teams Suite', () => {
});
});

it('MM-T393 Cancel out of leaving a team', () => {
it('MM-T393 Cancel out of leaving team', () => {
// # Login and go to /
cy.apiLogin(testUser);
cy.visit(`/${testTeam.name}/channels/town-square`);
Expand Down