feat: upgrade from distribution #943
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 2 notices
Tests
Process completed with exit code 1.
|
[chromium] › BookView.spec.ts:185:7 › Book view › I can add a review on a book @write @login:
pwa/tests/BookView.spec.ts#L201
1) [chromium] › BookView.spec.ts:185:7 › Book view › I can add a review on a book @Write @login ──
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: getByPlaceholder('Add a review...')
Expected string: ""
Received string: "This is the best SF book ever!"
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for getByPlaceholder('Add a review...')
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
199 |
200 | await bookPage.writeReview({ rating: 5, body: "This is the best SF book ever!" });
> 201 | await expect(page.getByPlaceholder("Add a review...")).toHaveValue("");
| ^
202 |
203 | // adding a review refresh the list: new review is displayed first
204 | await expect(page.getByTestId("review")).toHaveCount(5);
at /home/runner/work/demo/demo/pwa/tests/BookView.spec.ts:201:60
|
[chromium] › BookView.spec.ts:185:7 › Book view › I can add a review on a book @write @login:
pwa/tests/BookView.spec.ts#L201
1) [chromium] › BookView.spec.ts:185:7 › Book view › I can add a review on a book @Write @login ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: getByPlaceholder('Add a review...')
Expected string: ""
Received string: "This is the best SF book ever!"
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for getByPlaceholder('Add a review...')
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
- locator resolved to <textarea rows="1" name="body" aria-label="Review body" da…>This is the best SF book ever!</textarea>
- unexpected value "This is the best SF book ever!"
199 |
200 | await bookPage.writeReview({ rating: 5, body: "This is the best SF book ever!" });
> 201 | await expect(page.getByPlaceholder("Add a review...")).toHaveValue("");
| ^
202 |
203 | // adding a review refresh the list: new review is displayed first
204 | await expect(page.getByTestId("review")).toHaveCount(5);
at /home/runner/work/demo/demo/pwa/tests/BookView.spec.ts:201:60
|
E2E Tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › BookView.spec.ts:185:7 › Book view › I can add a review on a book @Write @login ───
10 passed (34.3s)
|
🎭 Playwright Run Summary
25 passed (35.9s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-screenshots
Expired
|
2.04 MB |
|