Skip to content

Commit f54b118

Browse files
Merge branch 'main' into moo/MOO-2252-update-save-picture-library-11.8
2 parents a5b72bf + 4915387 commit f54b118

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/pluggableWidgets/range-slider-native/src/__tests__/RangeSlider.spec.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ describe("RangeSlider", () => {
134134
expect(component.getAllByText("Invalid")).toHaveLength(2);
135135
});
136136

137-
it.skip("handles an invalid step size", () => {
138-
const component = render(<RangeSlider {...defaultProps} stepSize={dynamicValue(new Big(-10))} />);
139-
expect(component.getByTestId("range-slider-test").findByProps({ step: 1 })).not.toBeNull();
140-
});
141-
142137
it("changes the lower value when swiping", () => {
143138
const onChangeAction = actionValue();
144139
const component = render(<RangeSlider {...defaultProps} onChange={onChangeAction} />);

0 commit comments

Comments
 (0)