Commit 9a3217ef authored by Nick Thomas's avatar Nick Thomas

Hopefully fix some intermittent spec failures

parent 2bc65952
......@@ -89,6 +89,8 @@ describe 'Promotions', :js do
find('.close').click
end
wait_for_requests
visit edit_project_path(project)
expect(page).not_to have_selector('#promote_service_desk')
......@@ -116,6 +118,8 @@ describe 'Promotions', :js do
find('.close').click
end
wait_for_requests
visit edit_project_path(project)
expect(page).not_to have_selector('#promote_mr_features')
......
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