From a3c0634e2ae3aac209cf6d645df4b1791a745542 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 2 Jun 2006 17:52:02 +0000 Subject: Fix of some FT due to the change of selenium. --- tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php') diff --git a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php index c94a325c..90f67901 100644 --- a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php @@ -9,8 +9,8 @@ class MultiViewTestCase extends SeleniumTestCase $this->verifyTitle("PRADO QuickStart Sample", ""); // view 1 : type in a string - $this->verifyNotVisible('ctl0_body_Result1'); - $this->verifyNotVisible('ctl0_body_Result2'); + $this->verifyElementNotPresent('ctl0_body_Result1'); + $this->verifyElementNotPresent('ctl0_body_Result2'); $this->type('ctl0_body_Memo','test'); $this->clickAndWait('ctl0$body$ctl1'); @@ -20,8 +20,8 @@ class MultiViewTestCase extends SeleniumTestCase $this->clickAndWait('ctl0$body$ctl7'); // view 2 : update dropdownlist - $this->verifyNotVisible('ctl0_body_Result1'); - $this->verifyNotVisible('ctl0_body_Result2'); + $this->verifyElementNotPresent('ctl0_body_Result1'); + $this->verifyElementNotPresent('ctl0_body_Result2'); $this->select('ctl0$body$DropDownList', "label=Blue"); $this->clickAndWait('ctl0$body$ctl4'); -- cgit v1.2.3