Remove Profiler::isStub()
[mediawiki.git] / tests / browser / features / support / pages / view_history_page.rb
blob66895986438278654561c3b80ea6d53f5b2652ce
1 class ViewHistoryPage
2   include PageObject
4   a(:view_history_link, href: /action=history/)
5   a(:old_version_link, href: /oldid=/)
7 end