Skip to content

Commit

Permalink
Fixed Login test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave MacFarlane committed Dec 18, 2015
1 parent 8e0fb00 commit f4f5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrationtests/Login_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function testLoginSuccess()

$login= $this->webDriver->findElement(WebDriverBy::Name("login"));
$this->assertEquals('submit', $login->getAttribute("type"));
$this->assertEquals('login', $login->getAttribute("value"));
$this->assertEquals('Login', $login->getAttribute("value"));

$username->sendKeys("UnitTester");
$password->sendKeys("4test4");
Expand Down

0 comments on commit f4f5a49

Please sign in to comment.