Skip to content

Bump @nanostores/query from 0.2.4 to 0.2.8 #743

Bump @nanostores/query from 0.2.4 to 0.2.8

Bump @nanostores/query from 0.2.4 to 0.2.8 #743

Triggered via pull request November 1, 2023 04:54
Status Failure
Total duration 19m 1s
Artifacts 1

ci.yml

on: pull_request
Matrix: test-unit
Matrix: build
Matrix: lint
Matrix: test-e2e
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 notice
typecheck (ubuntu-latest, 18)
Process completed with exit code 2.
typecheck (macos-13, 18)
Process completed with exit code 2.
[chromium] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
1) [chromium] › thanks.spec.ts:11:1 › rainbowkit modal works ───────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[chromium] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
1) [chromium] › thanks.spec.ts:11:1 › rainbowkit modal works ───────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[chromium] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
1) [chromium] › thanks.spec.ts:11:1 › rainbowkit modal works ───────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[firefox] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
2) [firefox] › thanks.spec.ts:11:1 › rainbowkit modal works ────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[firefox] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
2) [firefox] › thanks.spec.ts:11:1 › rainbowkit modal works ────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[firefox] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
2) [firefox] › thanks.spec.ts:11:1 › rainbowkit modal works ────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[webkit] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
3) [webkit] › thanks.spec.ts:11:1 › rainbowkit modal works ─────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[webkit] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
3) [webkit] › thanks.spec.ts:11:1 › rainbowkit modal works ─────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[webkit] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
3) [webkit] › thanks.spec.ts:11:1 › rainbowkit modal works ─────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
[Mobile Chrome] › thanks.spec.ts:11:1 › rainbowkit modal works: test/e2e/thanks.spec.ts#L13
4) [Mobile Chrome] › thanks.spec.ts:11:1 › rainbowkit modal works ──────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('rk-connect-button') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('rk-connect-button') 11 | test('rainbowkit modal works', async ({ page }) => { 12 | // open and close modal > 13 | await expect(page.getByTestId('rk-connect-button')).toBeVisible() | ^ 14 | await page.getByTestId('rk-connect-button').click() 15 | await page.getByLabel('Close').click() 16 | }) at /home/runner/work/blog/blog/test/e2e/thanks.spec.ts:13:55
🎭 Playwright Run Summary
5 failed [chromium] › thanks.spec.ts:11:1 › rainbowkit modal works ────────────────────────────────────── [firefox] › thanks.spec.ts:11:1 › rainbowkit modal works ─────────────────────────────────────── [webkit] › thanks.spec.ts:11:1 › rainbowkit modal works ──────────────────────────────────────── [Mobile Chrome] › thanks.spec.ts:11:1 › rainbowkit modal works ───────────────────────────────── [Mobile Safari] › thanks.spec.ts:11:1 › rainbowkit modal works ───────────────────────────────── 1 flaky [Mobile Safari] › header.spec.ts:40:1 › search ui is working ─────────────────────────────────── 59 passed (4.8m)

Artifacts

Produced during runtime
Name Size
coverage-ubuntu-latest-18 Expired
805 KB