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 'qa/qa/page/project/pipeline_editor/new.rb')
-rw-r--r--qa/qa/page/project/pipeline_editor/new.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/pipeline_editor/new.rb b/qa/qa/page/project/pipeline_editor/new.rb
index 5d79dd86f2a..da3e772b11f 100644
--- a/qa/qa/page/project/pipeline_editor/new.rb
+++ b/qa/qa/page/project/pipeline_editor/new.rb
@@ -5,7 +5,7 @@ module QA
module Project
module PipelineEditor
class New < QA::Page::Base
- view 'app/assets/javascripts/pipeline_editor/components/ui/pipeline_editor_empty_state.vue' do
+ view 'app/assets/javascripts/ci/pipeline_editor/components/ui/pipeline_editor_empty_state.vue' do
element :create_new_ci_button, required: true
end