CI #1739
ci.yml
on: schedule
Tests
2m 37s
Lint
58s
Matrix: E2E Tests
Annotations
3 errors and 2 notices
[chromium] › admin/BookEdit.spec.ts:30:7 › Edit a book @admin › I can delete a book @write:
pwa/tests/admin/BookEdit.spec.ts#L36
1) [chromium] › admin/BookEdit.spec.ts:30:7 › Edit a book @admin › I can delete a book @Write ────
Error: Timed out 10000ms waiting for expect(locator).not.toBeAttached()
Locator: getByLabel('Book Reference')
Expected: not attached
Received: attached
Call log:
- expect.not.toBeAttached with timeout 10000ms
- waiting for getByLabel('Book Reference')
14 × locator resolved to <input id=":r1l:" type="text" name="book" role="combobox" autocomplete="off" spellcheck="false" aria-invalid="false" aria-expanded="false" autocapitalize="none" aria-autocomplete="list" aria-describedby=":r1l:-helper-text" value="The Genetic Effects of Radiation - Asimov, Isaac" class="MuiInputBase-input MuiFilledInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-10gjzo5"/>
- unexpected value "true"
34 | await page.getByRole("button", { name: "Confirm" }).click();
35 | await page.getByRole("button", { name: "Confirm" }).waitFor({ state: "detached" });
> 36 | await expect(page.getByLabel("Book Reference")).not.toBeAttached();
| ^
37 | await expect(page.getByText("Element deleted")).toBeVisible();
38 | });
39 | });
at /home/runner/work/demo/demo/pwa/tests/admin/BookEdit.spec.ts:36:57
|
[chromium] › admin/BookEdit.spec.ts:30:7 › Edit a book @admin › I can delete a book @write:
pwa/tests/admin/BookEdit.spec.ts#L36
1) [chromium] › admin/BookEdit.spec.ts:30:7 › Edit a book @admin › I can delete a book @Write ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).not.toBeAttached()
Locator: getByLabel('Book Reference')
Expected: not attached
Received: attached
Call log:
- expect.not.toBeAttached with timeout 10000ms
- waiting for getByLabel('Book Reference')
14 × locator resolved to <input id=":r1l:" type="text" name="book" role="combobox" autocomplete="off" spellcheck="false" aria-invalid="false" aria-expanded="false" autocapitalize="none" aria-autocomplete="list" aria-describedby=":r1l:-helper-text" value="The Genetic Effects of Radiation - Asimov, Isaac" class="MuiInputBase-input MuiFilledInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-10gjzo5"/>
- unexpected value "true"
34 | await page.getByRole("button", { name: "Confirm" }).click();
35 | await page.getByRole("button", { name: "Confirm" }).waitFor({ state: "detached" });
> 36 | await expect(page.getByLabel("Book Reference")).not.toBeAttached();
| ^
37 | await expect(page.getByText("Element deleted")).toBeVisible();
38 | });
39 | });
at /home/runner/work/demo/demo/pwa/tests/admin/BookEdit.spec.ts:36:57
|
E2E Tests (@write)
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › admin/BookEdit.spec.ts:30:7 › Edit a book @admin › I can delete a book @Write ─────
10 passed (1.0m)
|
🎭 Playwright Run Summary
25 passed (1.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
api-platform~demo~4C1HLR+2.dockerbuild
|
226 KB |
|
api-platform~demo~PVIPD9+2.dockerbuild
|
213 KB |
|
api-platform~demo~Z9ZZBA+2.dockerbuild
|
122 KB |
|
playwright-screenshots
|
1.93 MB |
|