add test checking if all articles feed opens
This commit is contained in:
parent
a7bb248ccf
commit
1bf13f9ec7
1 changed files with 7 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue