Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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");
}
}
}