Browser test: avoid loading elements over network
[lhc/web/wiklou.git] / tests / browser / features / support / pages / view_history_page.rb
1 class ViewHistoryPage
2 include PageObject
3
4 a(:view_history_link, css: '#ca-history a')
5 a(:old_version_link, css: '#pagehistory a.mw-changeslist-date')
6 end