]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/AAB_EditSandBox.inputs
remove default PARSER flag on php5
[SourceForge/phpwiki.git] / tests / AAB_EditSandBox.inputs
1 # $Id: AAB_EditSandBox.inputs,v 1.3 2002-02-01 06:38:24 wainstead Exp $
2
3 type: starting_page
4 start_url: index.php
5 go
6
7 # follow the SandBox link
8 type: follow_link
9 follow_link: "SandBox"
10 assert_title: Sand Box
11 go
12
13 # get the edit page for SandBox
14 type: follow_link
15 follow_link: "Edit"
16 assert_url: SandBox
17 go
18
19 # insert some text, yay
20 type: fill_and_submit_form
21 form_name: editpage
22 submitbutton_num: 1
23 setparam: "edit[content]", "who are you? NewPageName!"
24 #assert_url: action
25 go