]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/AAB_EditSandBox.inputs
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / tests / AAB_EditSandBox.inputs
1 type: starting_page
2 start_url: index.php
3 go
4
5 # follow the SandBox link
6 type: follow_link
7 follow_link: "SandBox"
8 assert_title: Sand Box
9 go
10
11 # get the edit page for SandBox
12 type: follow_link
13 follow_link: "Edit"
14 assert_url: SandBox
15 go
16
17 # insert some text, yay
18 type: fill_and_submit_form
19 form_name: editpage
20 submitbutton_num: 1
21 setparam: "edit[content]", "who are you? NewPageName!"
22 #assert_url: action
23 go