Skip to content

Commit

Permalink
Fixed issue with order icons selector, now more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 27, 2010
1 parent 3940aad commit c3bea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/selenium_steps.rb
Expand Up @@ -25,7 +25,7 @@
end

When /^I press order$/ do
selenium.click "order_icon"
selenium.click "css=button.order_icon"
end

When /^I hover over the "([^\"]*)" link$/ do |link|
Expand Down

0 comments on commit c3bea45

Please sign in to comment.