Selenium tests/Special pages/DoubleRedirects

From MediaWiki.org
Jump to: navigation, search

<source lang='xml'> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="selenium.base" href="" /> <title>testExists.Special/testExists.Special:DoubleRedirects.html</title> </head> <body>

<thead>

</thead><tbody>

</tbody>

testExists.Special/testExists.Special:DoubleRedirects.html
open ${baseurl}Main_Page
clickAndWait link=Special pages
clickAndWait link=Double redirects
assertTitle Double redirects - *
clickAndWait //div[@id='p-logo']/a

</body> </html>