CircularOptionPicker: Update Button sizes #120272
Annotations
2 errors and 1 warning
Running the tests:
packages/block-editor/src/components/color-palette/test/control.js#L38
Error: expect(received).toMatchSnapshot()
Snapshot name: `ColorPaletteControl matches the snapshot 1`
- Snapshot - 2
+ Received + 2
@@ -214,11 +214,11 @@
class="components-circular-option-picker__option-wrapper"
>
<button
aria-label="Color: red"
aria-selected="true"
- class="components-button components-circular-option-picker__option"
+ class="components-button components-circular-option-picker__option is-next-40px-default-size"
data-active-item="true"
id="components-circular-option-picker-0-0"
role="option"
style="background-color: rgb(255, 0, 0); color: rgb(255, 0, 0);"
type="button"
@@ -242,11 +242,11 @@
</div>
<div
class="components-circular-option-picker__custom-clear-wrapper"
>
<button
- class="components-button components-circular-option-picker__clear is-tertiary"
+ class="components-button components-circular-option-picker__clear is-next-40px-default-size is-tertiary"
type="button"
>
Clear
</button>
</div>
at Object.toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/block-editor/src/components/color-palette/test/control.js:38:23)
|
Running the tests
Process completed with exit code 1.
|
Setup Node.js and install dependencies
Both node-version and node-version-file inputs are specified, only node-version will be used
|
Loading