Rails5: fix flaky spec

This commit is contained in:
Jasper Maes 2018-07-31 22:22:34 +02:00
parent 1a95603510
commit f6e6d374d9
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: 'Rails5: fix flaky spec'
merge_request: 20953
author: Jasper Maes
type: fixed

View File

@ -9,6 +9,8 @@ describe 'User uses shortcuts', :js do
sign_in(user)
visit(project_path(project))
wait_for_requests
end
context 'when navigating to the Project pages' do