chore: lint
Этот коммит содержится в:
@@ -16,9 +16,9 @@ describe('Leave an archived channel', () => {
|
|||||||
let testTeam;
|
let testTeam;
|
||||||
let offTopicUrl;
|
let offTopicUrl;
|
||||||
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: {
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ import * as TIMEOUTS from '../../../fixtures/timeouts';
|
|||||||
import {createPrivateChannel} from '../enterprise/elasticsearch_autocomplete/helpers';
|
import {createPrivateChannel} from '../enterprise/elasticsearch_autocomplete/helpers';
|
||||||
|
|
||||||
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;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user