mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-69421 behat: Revert app behat navigation to call session visit
This commit is contained in:
parent
07238ca511
commit
b421039a5c
@ -283,7 +283,7 @@ class behat_app extends behat_base {
|
||||
global $CFG;
|
||||
|
||||
// Visit the Ionic URL and wait for it to load.
|
||||
$this->execute('behat_general::i_visit', [$url]);
|
||||
$this->getSession()->visit($url);
|
||||
$this->spin(
|
||||
function($context, $args) {
|
||||
$title = $context->getSession()->getPage()->find('xpath', '//title');
|
||||
|
Loading…
x
Reference in New Issue
Block a user