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