This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
fix: moved python3 fix before npm i #325
Annotations
2 errors, 3 warnings, and 1 notice
src\tests\e2e\main.spec.js#L56
1) tests\e2e\main.spec.js:74:3 › main › starts the app ───────────────────────────────────────────
Error: page.waitForLoadState: Navigation failed because page was closed!
54 | window.on( 'console', log => console.info( `[renderer] ${log.text()}` ) );
55 |
> 56 | await window.waitForLoadState( 'load' ); // Waits for the page to be completely loaded
| ^
57 | console.info( '[beforeEach] achieved loadState' );
58 | await window.locator( '[data-insprog="true"]' ).waitFor();
59 | console.info( '[beforeEach] INS_PROG was received by renderer' );
at D:\a\fsolauncher\fsolauncher\src\tests\e2e\main.spec.js:56:18
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src\tests\e2e\installer.spec.js#L1
src\tests\e2e\installer.spec.js took 15.8s
|
src\tests\e2e\main.spec.js#L1
src\tests\e2e\main.spec.js took 15.2s
|
|
The logs for this run have expired and are no longer available.
Loading