diff options
author | xue <> | 2006-01-23 04:38:39 +0000 |
---|---|---|
committer | xue <> | 2006-01-23 04:38:39 +0000 |
commit | 7a3e29d0db0104ae9f4c3a74147e534a943e164c (patch) | |
tree | 3cc080e5b3e1ad79604d5a70a3f5a229cb6820b5 /tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php | |
parent | fa8bbf4b64442b1adbdfa6cdbefd1885969bbbbb (diff) |
Added TTextBox FT
Diffstat (limited to 'tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php')
-rw-r--r-- | tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php b/tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php index 40ff3eb2..087965ac 100644 --- a/tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php +++ b/tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php @@ -11,7 +11,6 @@ class LabelTestCase extends SeleniumTestCase $this->verifyTextPresent("This is a form label associated with the TTextBox control below", "");
$this->verifyTextPresent("This is a label with empty Text property and nonempty body", "");
$this->verifyTextPresent("This is a disabled label", "");
-// $this->verifyElementPresent("//span[@style='color:yellow;background-color:blue;font-size:14pt;font-family:Arial;']");
$this->verifyElementPresent("//span[@disabled='disabled']");
$this->verifyElementPresent("//label[@for=\"ctl0_body_test\"]");
$this->type("ctl0\$body\$test", "test");
|