summaryrefslogtreecommitdiff
path: root/tests/browser/features/step_definitions/view_history_steps.rb
blob: 1ecc00858a770ebc2a0f703c8e8035d5aed3759d (plain)
1
2
3
4
5
6
7
8
When(/^I click View History$/) do
  on(ViewHistoryPage).view_history_link
end

Then(/^I should see a link to a previous version of the page$/) do
  on(ViewHistoryPage).old_version_link_element.should be_visible
end