diff options
author | Stefan Tatschner <stefan@sevenbyte.org> | 2015-04-21 10:28:36 +0200 |
---|---|---|
committer | Stefan Tatschner <stefan@sevenbyte.org> | 2015-04-24 09:36:52 +0200 |
commit | 149d67f76190e16b5bce136d90a7704ddba68978 (patch) | |
tree | 430c8540f5eef6854d9492d610374182a3ceec0c /spec/features/issues_spec.rb | |
parent | 4beb295b89a935212ad63345424a829e54ab113f (diff) | |
download | gitlab-ce-149d67f76190e16b5bce136d90a7704ddba68978.tar.gz |
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.
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r-- | spec/features/issues_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb index e5f33d5a25a..e217f0739d2 100644 --- a/spec/features/issues_spec.rb +++ b/spec/features/issues_spec.rb @@ -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 |