fix(ui): Restrict setting style to positions on left and right #2366
Annotations
2 errors, 6 warnings, and 1 notice
[iPhone 11] › blockEditor.spec.ts:77:1 › inline buttons: unordered list:
packages/admin/tests/playwright/cases/blockEditor.spec.ts#L110
1) [iPhone 11] › blockEditor.spec.ts:77:1 › inline buttons: unordered list ───────────────────────
Error: Screenshot comparison failed:
23326 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/interface/interface/packages/admin/tests/playwright/output/blockEditor-inline-buttons-unordered-list-iPhone-11/inline-buttons-unordered-list-second-expected.png
Received: /__w/interface/interface/packages/admin/tests/playwright/output/blockEditor-inline-buttons-unordered-list-iPhone-11/inline-buttons-unordered-list-second-actual.png
Diff: /__w/interface/interface/packages/admin/tests/playwright/output/blockEditor-inline-buttons-unordered-list-iPhone-11/inline-buttons-unordered-list-second-diff.png
108 | await page.waitForSelector('.cui-hoveringToolbar.is-active')
109 | await page.waitForTimeout(500)
> 110 | expect(await page.screenshot({ animations: 'disabled' })).toMatchSnapshot('inline-buttons-unordered-list-second.png')
| ^
111 | await page.locator(':nth-match(button.cui-editorToolbarButton, 3)').click()
112 | await page.locator('text=Hello world').click()
113 | await page.keyboard.press('End', keyboardPressOptions)
at /__w/interface/interface/packages/admin/tests/playwright/cases/blockEditor.spec.ts:110:60
|
playwright
Process completed with exit code 1.
|
playwright
The following actions uses node12 which is deprecated and will be forced to run on node16: phulsechinmay/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Slow Test:
packages/admin/[iPad landscape] › blockEditor.spec.ts#L1
packages/admin/[iPad landscape] › blockEditor.spec.ts took 50.9s
|
Slow Test:
packages/admin/[iPhone 11] › blockEditor.spec.ts#L1
packages/admin/[iPhone 11] › blockEditor.spec.ts took 32.1s
|
Slow Test:
packages/admin/[Desktop Firefox Dark] › blockEditor.spec.ts#L1
packages/admin/[Desktop Firefox Dark] › blockEditor.spec.ts took 31.1s
|
Slow Test:
packages/admin/[Desktop Chrome] › blockEditor.spec.ts#L1
packages/admin/[Desktop Chrome] › blockEditor.spec.ts took 26.8s
|
playwright
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🎭 Playwright Run Summary
1 failed
[iPhone 11] › blockEditor.spec.ts:77:1 › inline buttons: unordered list ────────────────────────
2 skipped
53 passed (6.2m)
|