We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c19bfe commit 227ed40Copy full SHA for 227ed40
lib/pages/pipeline_history_page.rb
@@ -55,7 +55,7 @@ def all_pipeline_history_counters
55
56
def search_given_pipeline(search_string)
57
filter_history.set(search_string, rapid: false)
58
- sleep 2 # Wait for the search to debounce and results to be displayed
+ sleep 5 # Wait for the search to debounce and results to be displayed
59
end
60
61
def click_on_pagenumber(page_number)
0 commit comments