Commit 6a1bc3d8 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rails5-fix-flaky-spec-user-uses-shortcuts' into 'master'

Rails5: fix flaky spec

See merge request gitlab-org/gitlab-ce!20953
parents 6cccf59c f6e6d374
---
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
......
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