mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-02 11:26:26 +00:00
9 lines
164 B
Ruby
9 lines
164 B
Ruby
|
# Special:Notifications page
|
||
|
class SpecialNotificationsPage
|
||
|
include PageObject
|
||
|
|
||
|
page_url 'Special:Notifications'
|
||
|
|
||
|
h1(:firstHeading, css: '.firstHeading')
|
||
|
end
|