Commit a3ed367a authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Replace last added wait_for_vue_resource by wait_for_requests

parent f3755b03
......@@ -36,7 +36,7 @@ describe 'Issue Boards add issue modal', :feature, :js do
it 'shows weight filter' do
click_button('Add issues')
wait_for_vue_resource
wait_for_requests
find('.add-issues-search .filtered-search').click
expect(page.find('.filter-dropdown')).to have_content 'weight'
......
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