node@46e0815dd8b0:/opt/magic_mirror$ npx jest tests/electron/env_spec.js
FAIL electron tests/electron/env_spec.js
Electron app environment
✕ should open browserwindow (470 ms)
Development console tests
✕ should open browserwindow and dev console (439 ms)
● Electron app environment › should open browserwindow
TypeError: Cannot read properties of null (reading 'locator')
37 | exports.getElement = async (selector) => {
38 | expect(global.page);
> 39 | let elem = global.page.locator(selector);
| ^
40 | await elem.waitFor();
41 | expect(elem).not.toBe(null);
42 | return elem;
at Object.locator [as getElement] (tests/electron/helpers/global-setup.js:39:25)
at Object.getElement (tests/electron/env_spec.js:13:32)
so we should not update at the moment.
so we should not update at the moment.