Commit 47fc384d authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-stablize-instance-project-template-spec' into 'master'

Wait for the selected template to appear in dropdown

See merge request gitlab-org/gitlab!51431
parents bd831e7f 29a198ea
......@@ -73,7 +73,7 @@ module QA
before do
Flow::Login.sign_in_as_admin
Support::Retrier.retry_until do
Support::Retrier.retry_until(retry_on_exception: true) do
Page::Main::Menu.perform(&:go_to_admin_area)
Page::Admin::Menu.perform(&:go_to_template_settings)
......@@ -84,7 +84,7 @@ module QA
Page::Admin::Menu.perform(&:go_to_template_settings)
EE::Page::Admin::Settings::Templates.perform do |templates|
templates.current_custom_project_template.include? @template_container_group_name
Support::Waiter.wait_until(max_duration: 10) { templates.current_custom_project_template.include? @template_container_group_name }
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment