summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php
diff options
context:
space:
mode:
authorwei <>2006-08-12 05:34:54 +0000
committerwei <>2006-08-12 05:34:54 +0000
commit54d4919e3f1b00b644fa3c107acdf20159a1b154 (patch)
tree1c3e9cc679d4e08cc4beb06eee6f79838a34cb31 /tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php
parent6dd529fdc25404da07cf9256d92f2a94985c65fc (diff)
Update active controls.
Diffstat (limited to 'tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php')
-rw-r--r--tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php b/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php
index 3a3b292c..e49eb513 100644
--- a/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php
+++ b/tests/FunctionalTests/active-controls/tests/CallbackAdapterTestCase.php
@@ -6,26 +6,26 @@ class CallbackAdapterTestCase extends SeleniumTestCase
{
$this->open("active-controls/index.php?page=ControlAdapterTest");
$this->assertTextPresent('Control Adapter - State Tracking Tests');
-
+
$this->click('button2');
$this->assertAlert('ok');
-
+
$this->click('test6');
- $this->pause(500);
+ $this->pause(800);
$this->click('test7');
- $this->pause(500);
+ $this->pause(800);
$this->click('test8');
- $this->pause(500);
+ $this->pause(800);
$this->click('test9');
- $this->pause(500);
-
+ $this->pause(800);
+
$this->click('button1');
$this->assertAlert('haha!');
-
+
$this->click('button2');
$this->assertAlert('ok');
$this->assertAlert('baz!');
-
+
}
}