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

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

end