]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/AAC_MakeAutoTestPage.inputs
some unit tests fixes and updates
[SourceForge/phpwiki.git] / tests / AAC_MakeAutoTestPage.inputs
1 # Go to a nonexistent page, create it.
2 # $Id: AAC_MakeAutoTestPage.inputs,v 1.2 2002-01-29 22:15:27 wainstead Exp $
3
4 type: starting_page
5 start_url: index.php?AutoTest
6 go
7
8 # follow the SandBox link
9 type: follow_link
10 follow_link: "Edit"
11 assert_title: Auto Test
12 go
13
14 # insert some text, yay
15 type: fill_and_submit_form
16 form_num: 0
17 submitbutton_num: 1
18 setparam: "content", "this is the AutoTest page."
19 #assert_url: action
20 go