diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php')
-rwxr-xr-x | tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php | 1 |
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&notheme=true&lang=en"); $this->assertEquals("PRADO QuickStart Sample", $this->title()); + $this->pause(100); // step 1 $this->assertSourceContains('Step 1 of 3'); |