summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/project/pipelines_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/specs/features/project/pipelines_spec.rb')
-rw-r--r--qa/qa/specs/features/project/pipelines_spec.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/qa/qa/specs/features/project/pipelines_spec.rb b/qa/qa/specs/features/project/pipelines_spec.rb
index 56a6acee6a4..f9280cd049a 100644
--- a/qa/qa/specs/features/project/pipelines_spec.rb
+++ b/qa/qa/specs/features/project/pipelines_spec.rb
@@ -15,8 +15,10 @@ module QA
end
Page::Project::Settings::CICD.perform do |settings|
+ settings.refresh
+
settings.expand_runners_settings do |page|
- expect(page).to have_content(runner)
+ expect(page).to have_content(executor)
expect(page).to have_online_runner
end
end
@@ -58,6 +60,8 @@ module QA
end
Page::Project::Show.act { wait_for_push }
+
+ expect(page).to have_content('Add .gitlab-ci.yml')
end
end
end