mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 08:50:30 +02:00
MDL-71194 behat: Fix app tests
This commit is contained in:
@@ -510,7 +510,7 @@
|
|||||||
return 'ERROR: ' + error.message;
|
return 'ERROR: ' + error.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
var mainContent = getNavCtrl().getActive()._cntDir;
|
var mainContent = getNavCtrl().getActive().contentRef().nativeElement;
|
||||||
var rect = found.getBoundingClientRect();
|
var rect = found.getBoundingClientRect();
|
||||||
|
|
||||||
// Scroll the item into view.
|
// Scroll the item into view.
|
||||||
|
Reference in New Issue
Block a user