diff options
author | David <ottodavid@gmx.net> | 2015-08-08 16:30:58 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-08-08 17:06:53 +0200 |
commit | 3d636cf2815da4b13af2db8220d0382fea59f43f (patch) | |
tree | 2872a84b24fb36d4e6310fc3a94560d20ce089f2 /tests/FunctionalTests/active-controls | |
parent | bdfd9f07f17de1751a7e4d94940acb426af4be77 (diff) |
More test fixes
Diffstat (limited to 'tests/FunctionalTests/active-controls')
-rwxr-xr-x | tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php b/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php index 421c259d..9d5b93b0 100755 --- a/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php +++ b/tests/FunctionalTests/active-controls/tests/ValueTriggerCallbackTestCase.php @@ -11,7 +11,7 @@ class ValueTriggerTestCase extends PradoGenericSelenium2Test $this->assertText("{$base}label1", 'Label 1'); $this->type("{$base}text1", 'test'); - $this->pause(2000); + $this->pause(3000); $this->assertText("{$base}label1", 'Old = : New Value = test'); $this->type("{$base}text1", 'more'); |