Add analytics, telemetry request dialog #59
Annotations
2 errors, 2 warnings, and 1 notice
Test development build:
tests/autosave.spec.ts#L1
1) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Test timeout of 30000ms exceeded.
|
Test development build:
tests/autosave.spec.ts#L31
1) [chromium] › autosave.spec.ts:3:5 › autosaves after every action ──────────────────────────────
Error: page.waitForFunction: Test timeout of 30000ms exceeded.
29 | await page.locator('.editor textarea').press('ArrowRight');
30 | await page.locator('.editor textarea').press('!');
> 31 | await page.waitForFunction(
| ^
32 | `window.localStorage['${storageKey1}']?.includes('🌎!')`,
33 | );
34 | expect(
at /__w/bitauth-ide/bitauth-ide/tests/autosave.spec.ts:31:14
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Post Checkout without submodules
The process '/usr/bin/git' failed with exit code 128
|
Test development build
1 flaky
[chromium] › autosave.spec.ts:3:5 › autosaves after every action ───────────────────────────────
2 skipped
19 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading