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

MM-29347: E2E Cypress Tests - System Console > Enterprise > Group Mentions (Part 1) #6652

Merged
merged 5 commits into from
Oct 14, 2020
Merged
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
Fixed as per PR review comments
  • Loading branch information
srkgupta committed Oct 14, 2020
commit 3e3aaa939a04314460a03392739268e1b885076f
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ describe('Group Mentions', () => {
testTeam = team;
});

// # Login as admin
cy.apiAdminLogin();

// # Test LDAP configuration and server connection
// # Synchronize user attributes
cy.apiLDAPTest();
Expand Down Expand Up @@ -92,13 +89,7 @@ describe('Group Mentions', () => {
});
});

const preferences = [{
user_id: user.id,
category: 'tutorial_step',
name: user.id,
value: '999',
}];
cy.apiSaveUserPreference(preferences, user.id);
cy.apiSaveTutorialStep(user.id, '999');
});
});

Expand Down