From f8256d8e971d3bff952e061ee4e454bef4dc4d67 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Fri, 13 Apr 2012 12:51:46 +0000 Subject: Update ActiveCustomValidator test case to support the new behavior due to the fix of #91 --- .../quickstart/ActiveControls/ActiveCustomValidatorTestCase.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests') diff --git a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php index 3d7c8293..3346f2b1 100644 --- a/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php +++ b/tests/FunctionalTests/quickstart/ActiveControls/ActiveCustomValidatorTestCase.php @@ -23,9 +23,10 @@ class ActiveCustomValidatorTestCase extends SeleniumTestCase $this->type($base.'textbox1', 'Prado'); $this->pause(800); - $this->assertNotVisible($base.'validator1'); + $this->assertVisible($base.'validator1'); - $this->clickAndWait($base.'button1'); + $this->click($base.'button1'); + $this->pause(800); $this->assertNotVisible($base.'validator1'); } } -- cgit v1.2.3