summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php
index 032f5ff1..4a5e66e4 100644
--- a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php
@@ -24,7 +24,7 @@ class ButtonTestCase extends SeleniumTestCase
// a button causing validation
$this->verifyNotVisible('ctl0_body_ctl3');
$this->click("//input[@type='submit' and @value='submit']", "");
- $this->pause(1000);
+// $this->pause(1000);
$this->verifyVisible('ctl0_body_ctl3');
$this->type("ctl0\$body\$TextBox", "test");
$this->clickAndWait("//input[@type='submit' and @value='submit']", "");