summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
diff options
context:
space:
mode:
authorxue <>2006-02-13 22:12:50 +0000
committerxue <>2006-02-13 22:12:50 +0000
commit3e60cbad4b79301ae086ecacbdc63af333532a43 (patch)
treeaaa72887f9e5eaf94305c8a08a07f7a735c378ac /tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
parent98e796c1a4f0bda1abc4df7e08df9ddb4f6e50af (diff)
Added repeater functional tests.
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
index 6f86719a..9862d1d1 100644
--- a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
@@ -73,7 +73,7 @@ class ListBoxTestCase extends SeleniumTestCase
// List box causing validation
$this->verifyNotVisible('ctl0_body_ctl12');
$this->select("ctl0\$body\$VListBox2", "label=Agree");
- $this->pause(1000);
+// $this->pause(1000);
$this->verifyVisible('ctl0_body_ctl12');
$this->type("ctl0\$body\$TextBox", "test");
$this->selectAndWait("ctl0\$body\$VListBox2", "label=Disagree");