mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-29 18:15:17 +00:00
9 lines
268 B
Ruby
9 lines
268 B
Ruby
|
class ArticlePage
|
||
|
include PageObject
|
||
|
include URL
|
||
|
page_url URL.url("<%=params[:article_name]%><%=params[:hash]%>")
|
||
|
li("flyout_link_container", css: "#pt-notifications")
|
||
|
a("flyout_link", css: "#pt-notifications a")
|
||
|
div("flyout", css: ".mw-echo-overlay")
|
||
|
end
|