summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart_tests/Controls/LabelTestCase.php1
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");