Этот коммит содержится в:
Jesse Hallam
2023-04-06 15:56:22 -03:00
коммит произвёл GitHub
родитель 4cc2fed079
Коммит d6cf013775
59 изменённых файлов: 60 добавлений и 60 удалений

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels > rhs > header', () => {
describe('channels > rhs > header', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testPlaybook;

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

@@ -11,7 +11,7 @@
import {HALF_SEC, ONE_SEC} from '../../../../fixtures/timeouts';
describe('channels > rhs > checklist', () => {
describe('channels > rhs > checklist', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testPlaybook;
@@ -164,7 +164,7 @@ describe('channels > rhs > checklist', () => {
});
// * Verify the expected error message.
cy.verifyEphemeralMessage('Failed to execute slash command /invalid');
cy.verifyEphemeralMessage('Failed to find slash command /invalid');
});
it('successfully runs a valid slash command', () => {

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels > rhs > header', () => {
describe('channels > rhs > header', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testPlaybook;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels > rhs > home', () => {
describe('channels > rhs > home', {testIsolation: true}, () => {
let testSysadmin;
let testTeam;
let testUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels > rhs > runlist', () => {
describe('channels > rhs > runlist', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testPlaybook;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels rhs > start a run', () => {
describe('channels rhs > start a run', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testChannel;

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

@@ -13,7 +13,7 @@
import * as TIMEOUTS from '../../../../fixtures/timeouts';
describe('channels > rhs > status update', () => {
describe('channels > rhs > status update', {testIsolation: true}, () => {
const defaultReminderMessage = '# Default reminder message';
let testTeam;
let testChannel;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels > rhs > template', () => {
describe('channels > rhs > template', {testIsolation: true}, () => {
let team1;
let testUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('channels > rhs > title', () => {
describe('channels > rhs > title', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testPlaybook;