Skip to content

Playwright

Playwright #762

Manually triggered October 20, 2023 16:02
Status Success
Total duration 22m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

playwright.yml

on: workflow_dispatch
Matrix: playwright-react
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 1 notice
[chromium] › src/components/batch-selection/batch-selection.pw.tsx:86:9 › check BatchSelection buttons are focused › should check BatchSelection first button has expected styling when focusRedesignOptOut is true: src/components/batch-selection/batch-selection.pw.tsx#L42
1) [chromium] › src/components/batch-selection/batch-selection.pw.tsx:86:9 › check BatchSelection buttons are focused › should check BatchSelection first button has expected styling when focusRedesignOptOut is true Error: locator.getAttribute: Context was reset for reuse. =========================== logs =========================== waiting for locator('[data-component="batch-selection"]') ============================================================ 40 | await mount(<BatchSelectionComponent hidden />); 41 | const batchSelection = batchSelectionComponent(page); > 42 | await expect(batchSelection.getAttribute("hidden")).not.toBeNull(); | ^ 43 | 44 | await expect(batchSelection).toHaveCSS("opacity", "0"); 45 | }); at /__w/carbon/carbon/src/components/batch-selection/batch-selection.pw.tsx:42:33
[chromium] › src/components/dialog/dialog.pw.tsx:289:7 › Testing Dialog component properties › when shift tabbing through Dialog content: src/components/dialog/dialog.pw.tsx#L305
2) [chromium] › src/components/dialog/dialog.pw.tsx:289:7 › Testing Dialog component properties › when shift tabbing through Dialog content, focus should remain trapped inside the Dialog Error: Timed out 5000ms waiting for expect(received).toBeFocused() Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByLabel('Textbox2') - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" - locator resolved to <input type="text" value="Textbox2" aria-invalid="false…/> - unexpected value "not focused" 303 | 304 | await thirdTextbox.press("Shift+Tab"); > 305 | await expect(secondTextbox).toBeFocused(); | ^ 306 | 307 | await secondTextbox.press("Shift+Tab"); 308 | await expect(firstTextbox).toBeFocused(); at /__w/carbon/carbon/src/components/dialog/dialog.pw.tsx:305:33
[chromium] › src/components/dialog/dialog.pw.tsx:359:11 › Testing Dialog component properties › when there is a button inside Dialog: src/components/dialog/dialog.pw.tsx#L371
3) [chromium] › src/components/dialog/dialog.pw.tsx:359:11 › Testing Dialog component properties › when there is a button inside Dialog, which opens a Toast › clicking button moves focus out of Dialog to the newly-opened Toast Error: Timed out 5000ms waiting for expect(received).toBeFocused() Call log: - expect.toBeFocused with timeout 5000ms - waiting for locator('[data-component=\'toast\']') - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" - locator resolved to <div data-component="toast" class="sc-jnlKLf sc-ktHwx…>…</div> - unexpected value "not focused" 369 | 370 | const toast = toastComponent(page); > 371 | await expect(toast).toBeFocused(); | ^ 372 | }); 373 | 374 | test("when Toast is opened and focus on it is lost, pressing Tab key traps focus back inside the Dialog", async ({ at /__w/carbon/carbon/src/components/dialog/dialog.pw.tsx:371:29
playwright-react (chromium, 1, 1)
Unexpected input(s) 'owner', 'repo', 'pull_number', valid inputs are ['route', 'mediaType']
playwright-react (chromium, 1, 1)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
3 flaky [chromium] › src/components/batch-selection/batch-selection.pw.tsx:86:9 › check BatchSelection buttons are focused › should check BatchSelection first button has expected styling when focusRedesignOptOut is true [chromium] › src/components/dialog/dialog.pw.tsx:289:7 › Testing Dialog component properties › when shift tabbing through Dialog content, focus should remain trapped inside the Dialog [chromium] › src/components/dialog/dialog.pw.tsx:359:11 › Testing Dialog component properties › when there is a button inside Dialog, which opens a Toast › clicking button moves focus out of Dialog to the newly-opened Toast 2 skipped 2152 passed (19.1m)