Web E2E test #16
Annotations
1 error, 5 warnings, and 1 notice
[chromium] › project/item/metadata/boolean.spec.ts:16:1 › Boolean metadata creating and updating has succeeded:
web/e2e/project/item/metadata/boolean.spec.ts#L60
1) [chromium] › project/item/metadata/boolean.spec.ts:16:1 › Boolean metadata creating and updating has succeeded
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByLabel('boolean1')
Expected string: "true"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByLabel('boolean1')
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
- locator resolved to <button type="button" role="switch" class="ant-switch css-11lehqq" id="01jjr198fmyvz6yjsnxk09b4gx" aria-describedby="01jjr198fmyvz6yjsnxk09b4gx_extra">…</button>
- unexpected value "null"
58 | await page.getByLabel("boolean1").click();
59 | await closeNotification(page);
> 60 | await expect(page.getByLabel("boolean1")).toHaveAttribute("aria-checked", "true");
| ^
61 | await page.getByLabel("Back").click();
62 | await page.getByRole("switch", { name: "check" }).click();
63 | await closeNotification(page);
at /home/runner/work/reearth-cms/reearth-cms/web/e2e/project/item/metadata/boolean.spec.ts:60:45
|
Slow Test:
web/[chromium] › project/request.spec.ts#L1
web/[chromium] › project/request.spec.ts took 2.0m
|
Slow Test:
web/[chromium] › project/content/content.spec.ts#L1
web/[chromium] › project/content/content.spec.ts took 1.4m
|
Slow Test:
web/[chromium] › project/schema.spec.ts#L1
web/[chromium] › project/schema.spec.ts took 1.4m
|
Slow Test:
web/[chromium] › project/asset.spec.ts#L1
web/[chromium] › project/asset.spec.ts took 1.1m
|
Slow Test:
web/[chromium] › project/item/fields/reference.spec.ts#L1
web/[chromium] › project/item/fields/reference.spec.ts took 55.9s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › project/item/metadata/boolean.spec.ts:16:1 › Boolean metadata creating and updating has succeeded
82 passed (22.0m)
|