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