Skip to content

Commit

Permalink
Fixed cucumber feature definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelian committed Apr 17, 2015
1 parent e573385 commit 47a7564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/step_definitions/admin.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Given /I am logged in/ do
# post '/admin/session', :bypass_login => '1'
visit '/admin/session'
check "Bypass credentials check"
click_on "Login with OpenID"
click_on "Bypass credentials check"
end

Then /a RuntimeError is thrown when I press "(.*)"/ do |button|
Expand Down

0 comments on commit 47a7564

Please sign in to comment.