]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/AAB_EditSandBox.inputs
Three simple tests.
[SourceForge/phpwiki.git] / tests / AAB_EditSandBox.inputs
1 # This test is to follow an existing deal from the active_deals 
2 # page, and verify form fields.
3 # $Id: AAB_EditSandBox.inputs,v 1.1 2001-09-20 20:55:20 wainstead Exp $
4
5 type: starting_page
6 start_url: http://127.0.0.1:8080/~swain/phpwiki/index.php
7 go
8
9 # follow the SandBox link
10 type: follow_link
11 follow_link: "SandBox"
12 assert_title: Sand Box
13 go
14
15 # get the edit page for SandBox
16 type: follow_link
17 follow_link: "Edit"
18 assert_url: SandBox
19 go
20
21 # insert some text, yay
22 type: fill_and_submit_form
23 form_num: 0
24 submitbutton_num: 1
25 setparam: "content", "who are you? NewPageName!"
26 #assert_url: action
27 go