Bump actions/configure-pages from 4 to 5 (#3) #46
Annotations
4 errors, 2 warnings, and 2 notices
[chromium] › example.spec.ts:4:3 › basic tests › has title:
test/e2e/example.spec.ts#L6
1) [chromium] › example.spec.ts:4:3 › basic tests › has title ────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected string: "Wie viele Menschen?"
Received string: "Starting Nuxt... | Nuxt"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
- locator resolved to <html data-critters-container="">…</html>
- unexpected value "Starting Nuxt... | Nuxt"
4 | test("has title", async ({ page }) => {
5 | await page.goto("/");
> 6 | await expect(page).toHaveTitle("Wie viele Menschen?");
| ^
7 | });
8 |
9 | test("shows heading", async ({ page }) => {
at /home/runner/work/wie-viele-menschen/wie-viele-menschen/test/e2e/example.spec.ts:6:24
|
deploy
Creating Pages deployment failed
|
deploy
HttpError: Deployment request failed for 9e93f26fda28ed591d88b4d2734953bfe30ab64c due to in progress deployment. Please cancel c78a3e008324daa527d14179c8bf9d924cfe594c first or wait for it to complete.
at /home/runner/work/_actions/actions/deploy-pages/v4/node_modules/@octokit/request/dist-node/index.js:124:1
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at createPagesDeployment (/home/runner/work/_actions/actions/deploy-pages/v4/src/internal/api-client.js:125:1)
at Deployment.create (/home/runner/work/_actions/actions/deploy-pages/v4/src/internal/deployment.js:74:1)
at main (/home/runner/work/_actions/actions/deploy-pages/v4/src/index.js:30:1)
|
deploy
Error: Failed to create deployment (status: 400) with build version 9e93f26fda28ed591d88b4d2734953bfe30ab64c. Request ID 4C43:3AB6E0:F82F77:1D23046:6644C64E Responded with: Deployment request failed for 9e93f26fda28ed591d88b4d2734953bfe30ab64c due to in progress deployment. Please cancel c78a3e008324daa527d14179c8bf9d924cfe594c first or wait for it to complete.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
|
🎭 Playwright Run Summary
1 passed (7.2s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › example.spec.ts:4:3 › basic tests › has title ─────────────────────────────────────
5 passed (12.1s)
|