Open dgozman opened 19 hours ago
7 failed :x: [chromium-page] › page/expect-boolean.spec.ts:142:7 › toBeEditable › throws @chromium-ubuntu-22.04-node18 :x: [chromium-page] › page/expect-boolean.spec.ts:142:7 › toBeEditable › throws @chromium-ubuntu-22.04-node20 :x: [chromium-page] › page/expect-boolean.spec.ts:142:7 › toBeEditable › throws @chromium-ubuntu-22.04-node22 :x: [firefox-page] › page/expect-boolean.spec.ts:142:7 › toBeEditable › throws @firefox-ubuntu-22.04-node18 :x: [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT @macos-latest-node18-1 :x: [chromium-page] › page/expect-boolean.spec.ts:142:7 › toBeEditable › throws @ubuntu-20.04-chromium-tip-of-tree :x: [webkit-page] › page/expect-boolean.spec.ts:142:7 › toBeEditable › throws @webkit-ubuntu-22.04-node18
37129 passed, 650 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:
Merge workflow run.
37134 passed, 650 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:
Merge workflow run.
This is similar to
isChecked
only allowed for checkable elements.The list of editable elements includes:
<input>
;<select>
;<textarea>
;[contenteditable]
;aria-readonly
.Closes #33697.