1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 13:39:16 +00:00

add test checking if all articles feed opens

This commit is contained in:
Andrew Dolgov
2017-04-25 14:42:21 +03:00
parent a7bb248ccf
commit 1bf13f9ec7

View File

@@ -22,4 +22,11 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase {
$this->byCssSelector('#feedTree')->displayed();
}
public function testOpenFeed() {
$this->testLogin();
$this->byCssSelector('#dijit__TreeNode_3')->click();
$this->byCssSelector('#RROW-1 > div.cdmHeader')->displayed();
}
}