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

Commit

Permalink
MM-20897 Cleanup a couple missed issues (#7106)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Nov 20, 2020
1 parent 0023fdc commit 5b41fd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 5b41fd4

Please sign in to comment.