Merge "Pass context to FormatMetadata class on ImagePage"
[lhc/web/wiklou.git] / tests / browser / features / step_definitions / view_history_steps.rb
1 When(/^I click View History$/) do
2 on(ViewHistoryPage).view_history_link
3 end
4
5 Then(/^I should see a link to a previous version of the page$/) do
6 on(ViewHistoryPage).old_version_link_element.should be_visible
7 end