diff options
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'); |