Add @covers annotations to IP tests
[lhc/web/wiklou.git] / tests / selenium / SeleniumTestConstants.php
1 <?php
2 define ('WIKI_TEST_WAIT_TIME', "3000"); // Waiting time
3
4 //commonly used links
5 define ('LINK_MAIN_PAGE',"link=Main page");
6 define ('LINK_RANDOM_PAGE',"link=Random article");
7 define ('TEXT_PAGE_HEADING',"firstHeading");
8
9 define ('LINK_START',"link=");
10 define ('TEXT_EDITOR',"wpTextbox1");
11 define ('LINK_PREVIEW',"wpPreview");
12 define ('LINK_EDIT',"link=Edit");
13
14 define ('WIKI_SEARCH_PAGE',"Hair (musical)"); // Page name to search
15 define ('WIKI_TEXT_SEARCH',"TV"); // Text to search
16 define ('WIKI_INTERNAL_LINK',"Wikieditor-Fixture-Page"); // Exisiting page name to add as an internal tag
17
18 define ('INPUT_SEARCH_BOX', "searchInput");
19 define ('BUTTON_SEARCH',"mw-searchButton");
20 define ('BUTTON_SAVE',"wpSave");