diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php')
| -rw-r--r-- | tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php index cc0bda53..c01d2173 100644 --- a/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ImageButtonTestCase.php @@ -19,7 +19,7 @@ class ImageButtonTestCase extends SeleniumTestCase  		// a button causing validation
  		$this->verifyNotVisible('ctl0_body_ctl2');
  		$this->click("id=ctl0_body_ctl3", "");
 -		$this->pause(1000);
 +//		$this->pause(1000);
  		$this->verifyVisible('ctl0_body_ctl2');
  		$this->type("ctl0\$body\$TextBox", "test");
  		$this->clickAndWait("id=ctl0_body_ctl3", "");
 | 
