Browser test: avoid loading elements over network
[lhc/web/wiklou.git] / tests / browser / features / support / pages / main_page.rb
1 class MainPage
2 include PageObject
3
4 page_url ''
5
6 a(:edit_link, css: '#ca-edit a')
7 li(:help_link, id: 'n-help')
8 div(:page_content, id: 'content')
9 li(:page_information_link, id: 't-info')
10 li(:permanent_link_link, id: 't-permalink')
11 a(:printable_version_link, css: '#t-print a')
12 li(:random_page_link, id: 'n-randompage')
13 li(:recent_changes_link, id: 'n-recentchanges')
14 li(:related_changes_link, id: 't-recentchangeslinked')
15 li(:special_pages_link, id: 't-specialpages')
16 a(:view_history_link, css: '#ca-history a')
17 li(:what_links_here_link, id: 't-whatlinkshere')
18 end