Skip to content

Commit

Permalink
Refactored to actually click the features file path link
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 6, 2010
1 parent 4360d73 commit 15d6d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/step_definitions/features_steps.rb
Expand Up @@ -150,7 +150,8 @@
end

When /^click the features path$/ do
click_link 'Original file'
save_and_open_page
click_link @feature.path
end

Then /^the feature files contents should be viewable$/ do
Expand Down

0 comments on commit 15d6d2a

Please sign in to comment.