Этот коммит содержится в:
yasserfaraazkhan
2023-04-25 17:11:25 +05:30
родитель f147b37dca
Коммит 2c5eb63181
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

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

Просмотреть файл

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