summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/framework/Demos/testControls.php
diff options
context:
space:
mode:
authorwei <>2005-12-10 12:14:53 +0000
committerwei <>2005-12-10 12:14:53 +0000
commit2b90f0d2a6ce4c17dde8f69cb8b9d9f9757707b7 (patch)
tree07c15319de131524783a3dda22a0bad5b1b6aae9 /tests/FunctionalTests/framework/Demos/testControls.php
parent98215a603fb798cdb4178e49061977544aaa45b7 (diff)
Adding Hangman game functional test.
Diffstat (limited to 'tests/FunctionalTests/framework/Demos/testControls.php')
-rw-r--r--tests/FunctionalTests/framework/Demos/testControls.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/framework/Demos/testControls.php b/tests/FunctionalTests/framework/Demos/testControls.php
index c55f3618..49f8e99e 100644
--- a/tests/FunctionalTests/framework/Demos/testControls.php
+++ b/tests/FunctionalTests/framework/Demos/testControls.php
@@ -7,10 +7,10 @@ class testControls extends SeleniumTestCase
$this->open('../../demos/controls/index.php');
}
- function testIndexPage()
+ function testControlSamples()
{
$this->assertTextPresent("Welcome! Guest");
- $this->clickAndWait('ctl0$header$ctl15');
+ $this->clickAndWait('//input[@value="Toggle Button"]');
$this->assertTextPresent("Login");
}
} \ No newline at end of file