summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/functional/basic.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/functional/basic.php b/tests/functional/basic.php
index 38c25779e..19d9ca8d2 100644
--- a/tests/functional/basic.php
+++ b/tests/functional/basic.php
@@ -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();
+ }
}