mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'wip-mdl-45514' of git://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
912a0fd050
1 changed files with 2 additions and 2 deletions
|
@ -810,9 +810,9 @@ class behat_general extends behat_base {
|
||||||
return $context->getSession()->getPage()->findAll($args['selector'], $args['locator']);
|
return $context->getSession()->getPage()->findAll($args['selector'], $args['locator']);
|
||||||
},
|
},
|
||||||
$params,
|
$params,
|
||||||
false,
|
self::REDUCED_TIMEOUT,
|
||||||
$exception,
|
$exception,
|
||||||
self::REDUCED_TIMEOUT
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
throw new ExpectationException('The "' . $element . '" "' . $selectortype . '" exists in the current page', $this->getSession());
|
throw new ExpectationException('The "' . $element . '" "' . $selectortype . '" exists in the current page', $this->getSession());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue