mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
8 lines
179 B
Ruby
8 lines
179 B
Ruby
|
class CreateArticlePage
|
||
|
include PageObject
|
||
|
|
||
|
page_url '<%=params[:article_name]%>'
|
||
|
|
||
|
a(:doesnotexist_msg, text: 'Look for pages within Wikipedia that link to this title')
|
||
|
end
|