Merge branch 'MDL-47470-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Sam Hemelryk
2014-10-08 12:21:31 +13:00
+1 -1
View File
@@ -267,7 +267,7 @@ class behat_navigation extends behat_base {
// Throw exception if no node found.
if (!$node) {
throw new ExpectationException('Navigation node "' . $nodetext . '" not found under "' .
$parentnodes . '"', $this->getSession());
implode($parentnodes, ' > ') . '"', $this->getSession());
}
if ($this->running_javascript()) {