From 4ef09ccaf27e31ac5112b2846c253a2877f8a520 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 30 Sep 2013 14:43:26 +0200 Subject: Ported all the remaining quickstart functional tests --- tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php') diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php index debd8d43..eb5edb3b 100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard5TestCase.php @@ -21,11 +21,11 @@ class QuickstartWizard5TestCase extends PradoGenericSeleniumTest $this->clickAndWait('ctl0$body$Wizard1$ctl6$ctl0'); // step 1 - $this->verifySelected('ctl0_body_Wizard1_DropDownList1','label=Cyan'); + $this->assertSelected('ctl0_body_Wizard1_DropDownList1','Cyan'); $this->clickAndWait('ctl0_body_Wizard1_SideBarList_ctl1_SideBarButton'); // step 2 - $this->verifySelected('ctl0_body_Wizard1_Step2_DropDownList2','label=Football'); + $this->assertSelected('ctl0_body_Wizard1_Step2_DropDownList2','Football'); $this->clickAndWait('ctl0$body$Wizard1$ctl6$ctl1'); // step 3 -- cgit v1.2.3