From 3e60cbad4b79301ae086ecacbdc63af333532a43 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 13 Feb 2006 22:12:50 +0000 Subject: Added repeater functional tests. --- tests/FunctionalTests/protected/pages/Validation/CheckBox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests/protected/pages/Validation/CheckBox.php') diff --git a/tests/FunctionalTests/protected/pages/Validation/CheckBox.php b/tests/FunctionalTests/protected/pages/Validation/CheckBox.php index 8154210c..2c83ad16 100644 --- a/tests/FunctionalTests/protected/pages/Validation/CheckBox.php +++ b/tests/FunctionalTests/protected/pages/Validation/CheckBox.php @@ -23,12 +23,12 @@ class CheckBoxTestCase2 extends SeleniumTestCase //test checkbox 2 should fire the validator $this->assertNotVisible("ctl0_Content_validator1"); $this->click("ctl0_Content_checkbox2"); - $this->pause(100); +// $this->pause(100); $this->assertVisible("ctl0_Content_validator1"); //write some text, and see what it $this->type('ctl0_Content_TextBox', "hello"); - $this->pause(100); +// $this->pause(100); $this->assertNotVisible("ctl0_Content_validator1"); $this->clickAndWait("ctl0_Content_checkbox2"); //submit $this->assertNotVisible("ctl0_Content_validator1"); -- cgit v1.2.3