We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c46a2 commit f60e759Copy full SHA for f60e759
test/browser/column/resizable.test.tsx
@@ -187,4 +187,6 @@ test('should remeasure flex columns when resizing a column', async () => {
187
const [col1] = getHeaderCells();
188
await autoResize(col1);
189
await expect.element(grid).toHaveStyle({ gridTemplateColumns: '79.1406px 919.422px 919.438px' });
190
+ await autoResize(col1);
191
+ await expect.element(grid).toHaveStyle({ gridTemplateColumns: '79.1406px 919.422px 919.438px' });
192
});
0 commit comments