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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-30 09:07:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-30 09:07:14 +0300
commita59d0df85f9348423e97c42b5fad4e60fe77dfb1 (patch)
tree1e04a2d818de1e54628339ed991b48c5cc5d5c7b /spec/frontend/pipeline_wizard
parent199a948f6c03fb7771cbf869f2c02c45e83c71ab (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/pipeline_wizard')
-rw-r--r--spec/frontend/pipeline_wizard/templates/pages_spec.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/frontend/pipeline_wizard/templates/pages_spec.js b/spec/frontend/pipeline_wizard/templates/pages_spec.js
index f89e8f05475..72b3b1ca852 100644
--- a/spec/frontend/pipeline_wizard/templates/pages_spec.js
+++ b/spec/frontend/pipeline_wizard/templates/pages_spec.js
@@ -39,7 +39,11 @@ describe('Pages Template', () => {
}),
expect.objectContaining({
widget: 'checklist',
- title: 'Before we begin, please check:',
+ items: [
+ expect.objectContaining({
+ text: 'The application files are in the `public` folder',
+ }),
+ ],
}),
],
template: expect.stringContaining(VAR_BUILD_IMAGE),