Make tests pass.

This commit is contained in:
Jacob Schatz 2016-05-27 21:23:15 -04:00 committed by Phil Hughes
parent 3ff1b4c98e
commit 05dcec95aa
1 changed files with 1 additions and 1 deletions

View File

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