Skip to content
Snippets Groups Projects

Fix `import_github_repo_spec.rb`

Merged Sanad Liaquat requested to merge qa-fix-import-github-repo-spec-2 into master
All threads resolved!
Files
5
+ 1
1
@@ -45,7 +45,7 @@ def go_to_new_project
@@ -45,7 +45,7 @@ def go_to_new_project
private
private
def select_kind(kind)
def select_kind(kind)
retry_on_exception(sleep_interval: 1.0) do
QA::Support::Retrier.retry_on_exception(sleep_interval: 1.0) do
within_element(:new_project_or_subgroup_dropdown) do
within_element(:new_project_or_subgroup_dropdown) do
# May need to click again because it is possible to click the button quicker than the JS is bound
# May need to click again because it is possible to click the button quicker than the JS is bound
wait(reload: false) do
wait(reload: false) do
Loading