Add analytics, telemetry request dialog #58
Annotations
2 errors, 2 warnings, and 1 notice
Test production build:
tests/welcome.spec.ts#L17
1) [webkit] › welcome.spec.ts:3:16 › loads the welcome screen and guide ──────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('New to Bitauth IDE? Check out the guide!')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('New to Bitauth IDE? Check out the guide!')
15 | await expect(
16 | page.getByText('New to Bitauth IDE? Check out the guide!'),
> 17 | ).toBeVisible(); /* Approx. 3 second delay */
| ^
18 | await expect(page).toHaveScreenshot();
19 | await page.getByText('bitauth', { exact: true }).click();
20 | await page
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:17:7
|
Test production build:
tests/welcome.spec.ts#L17
1) [webkit] › welcome.spec.ts:3:16 › loads the welcome screen and guide ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('New to Bitauth IDE? Check out the guide!')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('New to Bitauth IDE? Check out the guide!')
15 | await expect(
16 | page.getByText('New to Bitauth IDE? Check out the guide!'),
> 17 | ).toBeVisible(); /* Approx. 3 second delay */
| ^
18 | await expect(page).toHaveScreenshot();
19 | await page.getByText('bitauth', { exact: true }).click();
20 | await page
at /__w/bitauth-ide/bitauth-ide/tests/welcome.spec.ts:17:7
|
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 production build
1 flaky
[webkit] › welcome.spec.ts:3:16 › loads the welcome screen and guide ───────────────────────────
2 skipped
40 passed (6.0m)
|
The logs for this run have expired and are no longer available.
Loading