Skip to content
Merged
Prev Previous commit
Next Next commit
Remove editorialising comment
  • Loading branch information
noisysocks committed Oct 31, 2022
commit a93950724835e76df452911691212429a5e858f6
2 changes: 0 additions & 2 deletions packages/components/src/font-size-picker/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,6 @@ describe( 'FontSizePicker', () => {
const sliderInput = document.querySelector(
'.components-range-control__slider'
);
// Fake the slider drag using fireEvent. Testing drag-and-drop using
// userEvent is a job for the RangeControl tests.
fireEvent.change( sliderInput!, {
target: { value: 80 },
} );
Expand Down