summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-05-27 21:23:15 -0400
committerPhil Hughes <me@iamphill.com>2016-06-17 11:52:22 +0100
commit05dcec95aa246640e69d0f484f94289c3e8a6160 (patch)
tree90138e2fad3dfb7b0a528b65b8762651ea19fd0a
parent3ff1b4c98e7a70328846576c540109b0027c7f99 (diff)
downloadgitlab-ce-05dcec95aa246640e69d0f484f94289c3e8a6160.tar.gz
Make tests pass.
-rw-r--r--spec/features/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index f4ed0f26d68..5065dfb849c 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -22,7 +22,7 @@ describe 'Issues', feature: true do
before do
visit edit_namespace_project_issue_path(project.namespace, project, issue)
- first('.js-zen-enter:first').click
+ find('.js-zen-enter').click
end
it 'should open new issue popup' do