Fix failing spec
This commit is contained in:
parent
976893ec2f
commit
b50b916b8c
1 changed files with 3 additions and 1 deletions
|
@ -501,7 +501,9 @@ describe 'Filter issues', feature: true do
|
|||
describe 'retains filter when switching issue states', js: true do
|
||||
before do
|
||||
input_filtered_search('bug')
|
||||
expect_issues_list_count(4, 1)
|
||||
|
||||
# Wait for search results to load
|
||||
sleep 1
|
||||
end
|
||||
|
||||
it 'open state' do
|
||||
|
|
Loading…
Reference in a new issue