summaryrefslogtreecommitdiff
path: root/tests/browser/features/support/pages/main_page.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/browser/features/support/pages/main_page.rb')
-rw-r--r--tests/browser/features/support/pages/main_page.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/browser/features/support/pages/main_page.rb b/tests/browser/features/support/pages/main_page.rb
index 6d76b01c..3092ab5c 100644
--- a/tests/browser/features/support/pages/main_page.rb
+++ b/tests/browser/features/support/pages/main_page.rb
@@ -3,16 +3,16 @@ class MainPage
page_url ''
- a(:edit_link, href: /action=edit/)
+ a(:edit_link, css: '#ca-edit a')
li(:help_link, id: 'n-help')
div(:page_content, id: 'content')
li(:page_information_link, id: 't-info')
li(:permanent_link_link, id: 't-permalink')
- a(:printable_version_link, href: /printable=yes/)
+ a(:printable_version_link, css: '#t-print a')
li(:random_page_link, id: 'n-randompage')
li(:recent_changes_link, id: 'n-recentchanges')
li(:related_changes_link, id: 't-recentchangeslinked')
li(:special_pages_link, id: 't-specialpages')
- a(:view_history_link, href: /action=history/)
+ a(:view_history_link, css: '#ca-history a')
li(:what_links_here_link, id: 't-whatlinkshere')
end