<spanclass="mbox-text-span">Thisarticle\'\'\'needs additional citations for [[Wikipedia:Verifiability|verification]]\'\'\'.<spanclass="hide-when-compact">Pleasehelp[[Seleniumpageissuestestpage#editor/0|improve this article]] by [[Help:Introduction_to_referencing/1|adding citations to reliable sources]]. Unsourced material may be challenged and removed.</span> <small><i>(October 2012)</i></small></span>
</td>
</tr>
</table>
END
api.create_page'Selenium page issues test page',wikitext
step'I am on the "Selenium page issues test page" page'
end
Given(/^the page "(.*?)" exists$/)do|title|
api.create_pagetitle,'Test is used by Selenium web driver'
step'I am on the "'+title+'" page'
end
Given(/^at least one article with geodata exists$/)do
api.create_page'Selenium geo test page',<<-end
ThispageisusedbySeleniumtotestgeorelatedfeatures.
{{#coordinates:43|-75|primary}}
end
end
Given(/^I am in a wiki that has categories$/)do
msg='This page is used by Selenium to test category related features.'