Этот коммит содержится в:
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('runs > list', () => {
describe('runs > list', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testAnotherUser;

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

@@ -13,7 +13,7 @@
import {getRandomId} from '../../../utils';
describe('runs > permissions', () => {
describe('runs > permissions', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testOtherTeam;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page', () => {
describe('runs > run details page', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testPublicPlaybook;

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

@@ -12,7 +12,7 @@
// Note that this test checks the basic behavior in Run details page as participant / viewer
// It relies on the Channel RHS Checklist test to cover the full behavior of the checklists
describe('runs > run details page > checklist', () => {
describe('runs > run details page > checklist', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > finish', () => {
describe('runs > run details page > finish', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -13,7 +13,7 @@
import {stubClipboard} from '../../../utils';
describe('runs > run details page > header', () => {
describe('runs > run details page > header', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > restart run', () => {
describe('runs > run details page > restart run', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -62,7 +62,7 @@ const verifyMetricInput = (index, title, target, description, placeholder) => {
const getRetro = () => cy.findByTestId('run-retrospective-section');
describe('runs > run details page', () => {
describe('runs > run details page', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -11,7 +11,7 @@
/* eslint-disable no-only-tests/no-only-tests */
describe('runs > run details page > status update', () => {
describe('runs > run details page > status update', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > summary', () => {
describe('runs > run details page > summary', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testRun;

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

@@ -11,7 +11,7 @@
import * as TIMEOUTS from '../../../fixtures/timeouts';
describe('runs > task actions', () => {
describe('runs > task actions', {testIsolation: true}, () => {
let testPlaybook;
let testTeam;
let testUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > rhs > participants', () => {
describe('runs > run details page > rhs > participants', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testUser2;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > run info', () => {
describe('runs > run details page > run info', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > RHS', () => {
describe('runs > run details page > RHS', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

@@ -9,7 +9,7 @@
// Stage: @prod
// Group: @playbooks
describe('runs > run details page > status update', () => {
describe('runs > run details page > status update', {testIsolation: true}, () => {
let testTeam;
let testUser;
let testViewerUser;

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

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