Select English language during the intro while login in.
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Fri, 16 Dec 2011 23:24:15 +0000 (00:24 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Thu, 29 Dec 2011 19:50:36 +0000 (20:50 +0100)
tests/selenium/testBuilder.class.php

index 2cebffa1d5a6a0f4193e7c67ded17a9fcb8a9718..95402505e0e4e2d4ceeefe29ba1e4cec4a1e0aa0 100644 (file)
@@ -74,6 +74,8 @@
                public function login($u, $p) {
                        global $webUrl, $data;
                        $this->addComment("Login as {$u}");
+                       $this->test('open', "{$webUrl}/intro.php");
+                       $this->select('language', 'English');
                        $this->test('open', "{$webUrl}/login.php?server={$data->conn->host}&subject=server");
                        $this->test('type', "//input[@name='loginUsername']", $u);
                        $this->test('type', "//input[@id='loginPassword']", $p);