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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user