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