From 230067c5425f9e95e601d682a8b9bb523190856e Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 24 Jan 2006 04:04:46 +0000 Subject: trying to use verifyHTMLPresent --- tests/FunctionalTests/quickstart_tests/Controls/HyperLinkTestCase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/FunctionalTests/quickstart_tests/Controls/HyperLinkTestCase.php') diff --git a/tests/FunctionalTests/quickstart_tests/Controls/HyperLinkTestCase.php b/tests/FunctionalTests/quickstart_tests/Controls/HyperLinkTestCase.php index 9d92bbdc..7fb22b04 100644 --- a/tests/FunctionalTests/quickstart_tests/Controls/HyperLinkTestCase.php +++ b/tests/FunctionalTests/quickstart_tests/Controls/HyperLinkTestCase.php @@ -6,7 +6,8 @@ class HyperLinkTestCase extends SeleniumTestCase { $this->open("../../demos/quickstart/index.php?page=Controls.Samples.THyperLink.Home&functionaltest=true", ""); $this->verifyTitle("PRADO QuickStart Sample", ""); - $this->verifyAttribute("//a[@href=\"http://www.pradosoft.com/\"]/@target","_blank"); + //$this->verifyAttribute("//a[@href=\"http://www.pradosoft.com/\"]/@target","_blank"); + $this->verifyHTMLPresent('PradoSoft.com'); $this->verifyTextPresent("Welcome to", ""); $this->verifyTextPresent("Body contents", ""); $this->verifyElementPresent("//a[img/@alt='Hello World']"); -- cgit v1.2.3