Skip to content

Included x, y, width, height parameters in creation and updation of n… #262

Included x, y, width, height parameters in creation and updation of n…

Included x, y, width, height parameters in creation and updation of n… #262

Triggered via push May 7, 2024 15:45
Status Failure
Total duration 4m 10s
Artifacts 1

build.yml

on: push
Matrix: test
Matrix: lint
docker-image
0s
docker-image
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 4 warnings, and 1 notice
[chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board: playwright/src/tests/api.spec.ts#L120
1) [chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board › Get board as CSV Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 - More API notes,Updated item + More API notes,Updated item + API notes,Updated new item ↵ 118 | 119 | await test.step("Get board as CSV", async () => { > 120 | expect(await Api.getBoardCsv(accessToken, id)).toEqual("More API notes,Updated item\n") | ^ 121 | }) 122 | 123 | await test.step("Set accessPolicy", async () => { at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:120:60 at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:119:9
[chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board: playwright/src/tests/api.spec.ts#L120
1) [chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board › Get board as CSV Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 - More API notes,Updated item + More API notes,Updated item + API notes,Updated new item ↵ 118 | 119 | await test.step("Get board as CSV", async () => { > 120 | expect(await Api.getBoardCsv(accessToken, id)).toEqual("More API notes,Updated item\n") | ^ 121 | }) 122 | 123 | await test.step("Set accessPolicy", async () => { at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:120:60 at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:119:9
[chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board: playwright/src/tests/api.spec.ts#L120
1) [chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board › Get board as CSV Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 - More API notes,Updated item + More API notes,Updated item + API notes,Updated new item ↵ 118 | 119 | await test.step("Get board as CSV", async () => { > 120 | expect(await Api.getBoardCsv(accessToken, id)).toEqual("More API notes,Updated item\n") | ^ 121 | }) 122 | 123 | await test.step("Set accessPolicy", async () => { at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:120:60 at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:119:9
[firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board: playwright/src/tests/api.spec.ts#L120
2) [firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board › Get board as CSV Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 - More API notes,Updated item + More API notes,Updated item + API notes,Updated new item ↵ 118 | 119 | await test.step("Get board as CSV", async () => { > 120 | expect(await Api.getBoardCsv(accessToken, id)).toEqual("More API notes,Updated item\n") | ^ 121 | }) 122 | 123 | await test.step("Set accessPolicy", async () => { at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:120:60 at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:119:9
[firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board: playwright/src/tests/api.spec.ts#L120
2) [firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board › Get board as CSV Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 - More API notes,Updated item + More API notes,Updated item + API notes,Updated new item ↵ 118 | 119 | await test.step("Get board as CSV", async () => { > 120 | expect(await Api.getBoardCsv(accessToken, id)).toEqual("More API notes,Updated item\n") | ^ 121 | }) 122 | 123 | await test.step("Set accessPolicy", async () => { at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:120:60 at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:119:9
[firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board: playwright/src/tests/api.spec.ts#L120
2) [firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board › Get board as CSV Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 2 - More API notes,Updated item + More API notes,Updated item + API notes,Updated new item ↵ 118 | 119 | await test.step("Get board as CSV", async () => { > 120 | expect(await Api.getBoardCsv(accessToken, id)).toEqual("More API notes,Updated item\n") | ^ 121 | }) 122 | 123 | await test.step("Set accessPolicy", async () => { at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:120:60 at /home/runner/work/ourboard/ourboard/playwright/src/tests/api.spec.ts:119:9
test (18.x)
Process completed with exit code 1.
lint (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
2 failed [chromium] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board ─────────────── [firefox] › src/tests/api.spec.ts:8:9 › API endpoints › Create and update board ──────────────── 2 skipped 78 passed (2.3m)

Artifacts

Produced during runtime
Name Size
test-results Expired
2.78 MB