]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/AAC_MakeAutoTestPage.inputs
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / tests / AAC_MakeAutoTestPage.inputs
1 # Go to a nonexistent page, create it.
2 type: starting_page
3 start_url: index.php?AutoTest
4 go
5
6 # follow the SandBox link
7 type: follow_link
8 follow_link: "Edit"
9 assert_title: Auto Test
10 go
11
12 # insert some text, yay
13 type: fill_and_submit_form
14 form_num: 0
15 submitbutton_num: 1
16 setparam: "content", "this is the AutoTest page."
17 #assert_url: action
18 go