summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php
diff options
context:
space:
mode:
authorDavid <ottodavid@gmx.net>2015-08-08 16:30:58 +0200
committerDavid <ottodavid@gmx.net>2015-08-08 17:06:53 +0200
commit3d636cf2815da4b13af2db8220d0382fea59f43f (patch)
tree2872a84b24fb36d4e6310fc3a94560d20ce089f2 /tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php
parentbdfd9f07f17de1751a7e4d94940acb426af4be77 (diff)
More test fixes
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php')
-rwxr-xr-xtests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php1
1 files changed, 1 insertions, 0 deletions
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&amp;notheme=true&amp;lang=en");
$this->assertEquals("PRADO QuickStart Sample", $this->title());
+ $this->pause(100);
// step 1
$this->assertSourceContains('Step 1 of 3');