Commit b50b916b authored by Clement Ho's avatar Clement Ho

Fix failing spec

parent 976893ec
...@@ -501,7 +501,9 @@ describe 'Filter issues', feature: true do ...@@ -501,7 +501,9 @@ describe 'Filter issues', feature: true do
describe 'retains filter when switching issue states', js: true do describe 'retains filter when switching issue states', js: true do
before do before do
input_filtered_search('bug') input_filtered_search('bug')
expect_issues_list_count(4, 1)
# Wait for search results to load
sleep 1
end end
it 'open state' do it 'open state' do
......
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