Skip to content

Commit

Permalink
change submission button req to better reflect action
Browse files Browse the repository at this point in the history
  • Loading branch information
christinalcole committed Mar 23, 2018
1 parent 99f8401 commit 0181032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/position_features_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
visit user_position_management_path(user.id)

page.check(position2.name)
click_button("Update User")
click_button("Manage Position(s)")

expect(user.positions).to include(position1, position2)
end
Expand Down

0 comments on commit 0181032

Please sign in to comment.