Skip to content

Commit 901c1f7

Browse files
committed
test: align responsive suffix assertion
1 parent 385db8d commit 901c1f7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/responsive.spec.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ describe('Overflow.Responsive', () => {
186186
wrapper.initSize(100, 20);
187187

188188
expect(wrapper.findSuffix().props().style).toEqual(
189-
expect.objectContaining({ position: 'absolute', top: 0, left: 80 }),
189+
expect.objectContaining({
190+
position: 'absolute',
191+
top: 0,
192+
insetInlineStart: 80,
193+
}),
190194
);
191195
});
192196

0 commit comments

Comments
 (0)