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 'spec/support/helpers/features/runners_helpers.rb')
-rw-r--r--spec/support/helpers/features/runners_helpers.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/support/helpers/features/runners_helpers.rb b/spec/support/helpers/features/runners_helpers.rb
index 7c3618ee799..dac92a9f18e 100644
--- a/spec/support/helpers/features/runners_helpers.rb
+++ b/spec/support/helpers/features/runners_helpers.rb
@@ -29,8 +29,6 @@ module Features
click_on 'Search'
end
-
- wait_for_requests
end
def open_filtered_search_suggestions(filter)
@@ -39,8 +37,6 @@ module Features
page.within(search_bar_selector) do
click_on filter
end
-
- wait_for_requests
end
def input_filtered_search_filter_is_only(filter, value)
@@ -56,8 +52,6 @@ module Features
click_on 'Search'
end
-
- wait_for_requests
end
end
end