add test checking if all articles feed opens
This commit is contained in:
parent
a7bb248ccf
commit
1bf13f9ec7
|
@ -22,4 +22,11 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase {
|
||||||
$this->byCssSelector('#feedTree')->displayed();
|
$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 New Issue