summaryrefslogtreecommitdiff
path: root/tests/browser/features/support/pages/view_history_page.rb
blob: ee4d757a0552dfe980e745f5d4c8b7381668cb40 (plain)
1
2
3
4
5
6
class ViewHistoryPage
  include PageObject

  a(:view_history_link, css: '#ca-history a')
  a(:old_version_link, css: '#pagehistory a.mw-changeslist-date')
end