Commit 149d67f7 authored by Stefan Tatschner's avatar Stefan Tatschner

Try to fix tests for pull request #9065

This crappy test framework stuff fails randomly. So I can't reliably
run it on my local machine.
parent 4beb295b
......@@ -21,7 +21,7 @@ describe 'Issues', feature: true do
end
before do
visit namespace_project_issues_path(project.namespace, project)
visit edit_namespace_project_issue_path(project.namespace, project, issue)
click_link "Edit"
end
......
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