Rails5: fix flaky spec
This commit is contained in:
parent
1a95603510
commit
f6e6d374d9
2 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: 'Rails5: fix flaky spec'
|
||||
merge_request: 20953
|
||||
author: Jasper Maes
|
||||
type: fixed
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue