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/quickstart/Controls/MultiViewTestCase.php | |
parent | bdfd9f07f17de1751a7e4d94940acb426af4be77 (diff) |
More test fixes
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php')
-rwxr-xr-x | tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php index 091b3db8..4dbc19de 100755 --- a/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php @@ -20,6 +20,7 @@ class QuickstartMultiViewTestCase extends PradoGenericSelenium2Test $this->assertSourceContains('Your text input is: test'); $this->assertSourceContains('Your color choice is: Red'); $this->byName('ctl0$body$ctl7')->click(); + $this->pause(50); // view 2 : update dropdownlist $this->assertElementNotPresent('ctl0_body_Result1'); |