Commit a7d148b6 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'ensure-project-path-is-not-hit-before-spec-setup-is-done' into 'master'

Do not hit a project page before test data is setup

See merge request gitlab-org/gitlab!37978
parents 3632e508 f5a6ad41
......@@ -84,8 +84,6 @@ RSpec.describe 'Epic in issue sidebar', :js do
stub_licensed_features(epics: true)
sign_in(user)
visit project_issue_path(project, issue)
wait_for_requests
end
it_behaves_like 'epic in issue sidebar'
......
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