]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/AAC_MakeAutoTestPage.inputs
Simple test to verify text appears in the source of a page.
[SourceForge/phpwiki.git] / tests / AAC_MakeAutoTestPage.inputs
1 # Go to a nonexistent page, create it.
2 # $Id: AAC_MakeAutoTestPage.inputs,v 1.1 2001-09-20 20:55:20 wainstead Exp $
3
4 type: starting_page
5 start_url: http://127.0.0.1:8080/~swain/phpwiki/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