summaryrefslogtreecommitdiff
path: root/qa/qa/page/component/select2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/component/select2.rb')
-rw-r--r--qa/qa/page/component/select2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/component/select2.rb b/qa/qa/page/component/select2.rb
index 8fe6a4a75b3..1dd718a1d88 100644
--- a/qa/qa/page/component/select2.rb
+++ b/qa/qa/page/component/select2.rb
@@ -31,7 +31,7 @@ module QA
end
def wait_for_search_to_complete
- has_css?('.select2-active')
+ has_css?('.select2-active', wait: 1)
has_no_css?('.select2-active', wait: 30)
end
end