summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php
diff options
context:
space:
mode:
authorxue <>2006-01-26 04:07:51 +0000
committerxue <>2006-01-26 04:07:51 +0000
commitbdcb390dce02496f807743afff2c0e1a4e632aff (patch)
tree7b04af0b273bea1e3d89374ecb2dde26feaef922 /tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php
parent5081f7a12bb78b2efabf423fdf940927f7b7c908 (diff)
Added TDropDownList FT.
Diffstat (limited to 'tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php b/tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php
index 359afb41..e91ecd9e 100644
--- a/tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php
+++ b/tests/FunctionalTests/quickstart_tests/Controls/ListBoxTestCase.php
@@ -73,6 +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->verifyVisible('ctl0_body_ctl12');
$this->type("ctl0\$body\$TextBox", "test");
$this->selectAndWait("ctl0\$body\$VListBox2", "label=Disagree");