summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php b/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php
index 4378fd78..23107824 100644
--- a/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/BulletedListTestCase.php
@@ -4,7 +4,7 @@ class BulletedListTestCase extends SeleniumTestCase
{
function test()
{
- $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TBulletedList.Home&notheme=true", "");
+ $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TBulletedList.Home&notheme=true&lang=en", "");
// verify if all required texts are present
$this->verifyTextPresent('item 1','');