summaryrefslogtreecommitdiff
path: root/tests/browser/features/step_definitions/view_history_steps.rb
blob: d9b9381777e489bbc10e7a5197fd613e8d47c44b (plain)
1
2
3
4
5
6
7
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
  expect(on(ViewHistoryPage).old_version_link_element).to be_visible
end