Skip to content
Snippets Groups Projects

Update QA specs for Run Pipeline form

Merged Mireya Andres requested to merge update-run-pipeline-qa into master
All threads resolved!
Files
2
@@ -58,9 +58,7 @@ module QA
@@ -58,9 +58,7 @@ module QA
# Sometimes the variables will not be prefilled because of reactive cache
# Sometimes the variables will not be prefilled because of reactive cache
# So we revisit the page again
# So we revisit the page again
project.visit!
page.refresh
Page::Project::Menu.perform(&:click_ci_cd_pipelines)
Page::Project::Pipeline::Index.perform(&:click_run_pipeline_button)
end
end
after do
after do
Loading