Merge "API: Properly handle limit and continuation for generator=prefixsearch"
[mediawiki.git] / tests / browser / features / support / pages / view_history_page.rb
blobbb9c58628a5e539d4c8a7231ef9d114ba2c75335
1 class ViewHistoryPage
2   include PageObject
4   a(:view_history_link, href: /action=history/)
5   a(:old_version_link, href: /oldid=/)
6 end