From 73535aef95a7f9e8b39164d317e22355df6c89b4 Mon Sep 17 00:00:00 2001 From: wainstead Date: Thu, 20 Sep 2001 21:33:09 +0000 Subject: [PATCH] Simple test to verify text appears in the source of a page. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@575 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/AAD_FindText.inputs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/AAD_FindText.inputs diff --git a/tests/AAD_FindText.inputs b/tests/AAD_FindText.inputs new file mode 100644 index 000000000..e7771e27e --- /dev/null +++ b/tests/AAD_FindText.inputs @@ -0,0 +1,16 @@ +# Test the page WabiSabi for the text +# string "imperfect, impermanent, and incomplete" +# $Id: AAD_FindText.inputs,v 1.1 2001-09-20 21:33:09 wainstead Exp $ + +# get the starting page +type: starting_page +start_url: http://127.0.0.1:8080/~swain/phpwiki/index.php/WabiSabi +assert_text: imperfect, impermanent, and incomplete +go + +# check the page for certain text +type: follow_link +follow_link: "History" +assert_url: WabiSabi +go + -- 2.45.0