Skip to content

Commit

Permalink
Select English language during the intro while login in.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Dec 29, 2011
1 parent 42022f8 commit a55f9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/selenium/testBuilder.class.php
Expand Up @@ -74,6 +74,8 @@ public function addComment($c) {
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);
Expand Down

0 comments on commit a55f9a7

Please sign in to comment.