Skip to content
5 changes: 1 addition & 4 deletions tests/Core/Frontend/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@

use Test\SeleniumTestCase;


class LoginTest extends SeleniumTestCase {



public function testNormalLogin() {

$this->webDriver->get($this->rootURL);
Expand All @@ -44,4 +41,4 @@ public function testNormalLogin() {
$fileElement = $this->webDriver->findElement(WebDriverBy::xpath("//span[@class='innernametext']"));
$this->assertEquals($fileElement->getText(), "welcome");
}
}
}