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/Wizard4TestCase.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php') diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php index 469fbf5a..33a8b769 100755 --- a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php @@ -7,6 +7,7 @@ class QuickstartWizard4TestCase extends PradoGenericSelenium2Test $this->url("../../demos/quickstart/index.php?page=Controls.Samples.TWizard.Sample4&notheme=true&lang=en"); $this->assertEquals("PRADO QuickStart Sample", $this->title()); + $this->pause(100); // step 1 $this->assertSourceContains('Step 1 of 3'); -- cgit v1.2.3