From 3d636cf2815da4b13af2db8220d0382fea59f43f Mon Sep 17 00:00:00 2001 From: David Date: Sat, 8 Aug 2015 16:30:58 +0200 Subject: More test fixes --- tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FunctionalTests/quickstart/Controls/MultiViewTestCase.php') 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'); -- cgit v1.2.3