diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php')
-rw-r--r-- | tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php index 41fd7dd2..d0cc8ac1 100644 --- a/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/Wizard4TestCase.php @@ -4,7 +4,7 @@ class Wizard4TestCase extends SeleniumTestCase {
function test ()
{
- $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TWizard.Sample4&notheme=true", "");
+ $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TWizard.Sample4&notheme=true&lang=en", "");
$this->verifyTitle("PRADO QuickStart Sample", "");
|