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

MM-20897 Cleanup a couple missed issues #7106

Merged
merged 1 commit into from
Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Category muting', () => {
});
});

it('M-T3489_2 being added to a new channel should not mute it, even if the Channels category is muted', () => {
it('MM-T3489_2 being added to a new channel should not mute it, even if the Channels category is muted', () => {
// * Verify that the Channels category starts unmuted
cy.get('.SidebarChannelGroupHeader:contains(CHANNELS)').should('be.visible').should('not.have.class', 'muted');

Expand Down
1 change: 0 additions & 1 deletion e2e/cypress/plugins/client_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = async ({data = {}, headers, method = 'get', url}) => {
status: error.response.status,
statusText: error.response.statusText,
data: error.response.data,
itWasAnError: 'ffff',
};
} else {
// If we get here something else went wrong, so throw
Expand Down