chore: lint

This commit is contained in:
yasserfaraazkhan 2023-04-25 17:11:25 +05:30
parent f147b37dca
commit 2c5eb63181
2 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ describe('Leave an archived channel', () => {
const channelType = {
public: 'Channel Type: Public',
archived: 'Channel Type: Archived',
}
};
before(() => {
cy.apiUpdateConfig({
TeamSettings: {

View File

@ -17,7 +17,7 @@ import {createPrivateChannel} from '../enterprise/elasticsearch_autocomplete/hel
const channelType = {
public: 'Channel Type: Public',
archived: 'Channel Type: Archived',
}
};
describe('Channels', () => {
let testUser;