1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 21:51:29 +00:00

add some basic prefs UI tests

This commit is contained in:
Andrew Dolgov
2017-04-25 18:45:11 +03:00
parent 1bf13f9ec7
commit b95e694c7f
2 changed files with 43 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase {
}
public function setUpPage() {
$this->timeouts()->implicitWait(10000);
$this->timeouts()->implicitWait(5000);
}
public function testLogin() {