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.
This commit is contained in:
Stefan Tatschner 2015-04-21 10:28:36 +02:00
parent 4beb295b89
commit 149d67f761
1 changed files with 1 additions and 1 deletions

View File

@ -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