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 47e6966 commit a74ce1fCopy full SHA for a74ce1f
tests/test.ts
@@ -29,7 +29,7 @@ test('column - renders with flex positions at the start', async ({ page }) => {
29
test('reverse - will apply proper reverse direction', async ({ page }) => {
30
await page.goto('/');
31
32
- const element = page.getByTestId('additionalProps');
+ const element = page.getByTestId('reverse');
33
await expect(element).toHaveCSS('display', 'flex');
34
await expect(element).toHaveCSS('flex-direction', 'row-reverse');
35
});
0 commit comments