Merge "Documentation improvements in ChangeTags.php"
[lhc/web/wiklou.git] / tests / browser / features / support / pages / ztargetpage.rb
1 class ZtargetPage < MainPage
2 include URL
3 page_url URL.url("<%=params[:article_name]%>")
4 include PageObject
5
6 a(:link_target_page_link, text: "link to the test target page")
7 end