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

  a(:view_history_link, href: /action=history/)
  a(:old_version_link, href: /oldid=/)
end