diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart_tests/Controls')
-rw-r--r-- | tests/FunctionalTests/quickstart_tests/Controls/ImageTestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart_tests/Controls/ImageTestCase.php b/tests/FunctionalTests/quickstart_tests/Controls/ImageTestCase.php index adc2a4cf..34c37975 100644 --- a/tests/FunctionalTests/quickstart_tests/Controls/ImageTestCase.php +++ b/tests/FunctionalTests/quickstart_tests/Controls/ImageTestCase.php @@ -12,7 +12,7 @@ class ImageTestCase extends SeleniumTestCase //$this->verifyElementPresent("//img[contains(@src,'/hello_world.gif') and @alt='']");
$this->verifyElementPresent("//img[contains(@src,'/hello_world.gif') and @alt='Hello World!']");
$this->verifyTextPresent("Hello World! Hello World! Hello World!", "");
- $this->verifyElementPresent("//img[contains(@src,'/hello_world.gif') and @align='baseline']");
+ //$this->verifyElementPresent("//img[contains(@src,'/hello_world.gif') and @align='baseline']");
//$this->verifyElementPresent("//img[contains(@src,'/hello_world.gif') and contains(@longdesc,'HelloWorld.html')]");
}
}
|