mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
MDL-67656 behat: Removed nested spin
This commit is contained in:
parent
c7807a10b4
commit
9b1e5805d9
@ -1018,11 +1018,7 @@ EOF;
|
||||
// Using the spin method as we want a reduced timeout but there is no need for a 0.1 seconds interval
|
||||
// because in the optimistic case we will timeout.
|
||||
// If all goes good it will throw an ElementNotFoundExceptionn that we will catch.
|
||||
$this->spin(
|
||||
function($context, $args) use ($selectortype, $element) {
|
||||
return $this->find($selectortype, $element);
|
||||
}, [], behat_base::get_reduced_timeout(), $exception, false
|
||||
);
|
||||
return $this->find($selectortype, $element, $exception, false, behat_base::get_reduced_timeout());
|
||||
} catch (ElementNotFoundException $e) {
|
||||
// We expect the element to not be found.
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user