Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / tests / browser / features / support / pages / view_history_page.rb
index 6689598..ee4d757 100644 (file)
@@ -1,7 +1,6 @@
 class ViewHistoryPage
   include PageObject
 
-  a(:view_history_link, href: /action=history/)
-  a(:old_version_link, href: /oldid=/)
-
-end
\ No newline at end of file
+  a(:view_history_link, css: '#ca-history a')
+  a(:old_version_link, css: '#pagehistory a.mw-changeslist-date')
+end