chore(lockfile): update dependency @sanity/preview-url-secret to v1.6.4 #7538
Annotations
1 error, 1 warning, and 1 notice
Run E2E tests on PR:
test/e2e/tests/navbar/search.spec.ts#L11
1) [chromium] › navbar/search.spec.ts:4:5 › searching creates saved searches ─────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('search-results')
9 | await page.getByPlaceholder('Search', {exact: true}).fill('A search')
10 | await page.getByTestId('search-results').isVisible()
> 11 | await page.getByTestId('search-results').click()
| ^
12 |
13 | const localStorage = await page.evaluate(() => window.localStorage)
14 | const keyMatch = Object.keys(localStorage).find((key) => key.startsWith('search::recent'))
at /home/runner/work/sanity/sanity/test/e2e/tests/navbar/search.spec.ts:11:44
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run E2E tests on PR
1 flaky
[chromium] › navbar/search.spec.ts:4:5 › searching creates saved searches ──────────────────────
5 skipped
17 passed (1.3m)
|
The logs for this run have expired and are no longer available.
Loading