Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Sep 12, 2018
1 parent 86ca6cf commit 87ce3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/admin/projects_spec.rb
Expand Up @@ -32,7 +32,7 @@
end

it 'editing a project', js: true do
first(:link, 'Edit').click
first(:link, 'Edit').trigger('click')

fill_in 'Name', with: 'Pugalicious'
click_on 'Update Project'
Expand Down

0 comments on commit 87ce3cb

Please sign in to comment.