Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/ci/pipeline_editor/mock_data.js')
-rw-r--r--spec/frontend/ci/pipeline_editor/mock_data.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/frontend/ci/pipeline_editor/mock_data.js b/spec/frontend/ci/pipeline_editor/mock_data.js
index e08c35f1555..e700411ec57 100644
--- a/spec/frontend/ci/pipeline_editor/mock_data.js
+++ b/spec/frontend/ci/pipeline_editor/mock_data.js
@@ -22,18 +22,17 @@ export const commonOptions = {
usesExternalConfig: 'false',
validateTabIllustrationPath: 'illustrations/tab',
ymlHelpPagePath: 'help/ci/yml',
- aiChatAvailable: 'true',
};
export const editorDatasetOptions = {
initialBranchName: 'production',
pipelineEtag: 'pipelineEtag',
+ ciCatalogPath: '/explore/catalog',
...commonOptions,
};
export const expectedInjectValues = {
...commonOptions,
- aiChatAvailable: true,
usesExternalConfig: false,
totalBranches: 10,
};