Skip to content

Commit a74ce1f

Browse files
🔧 Fix a broken test
1 parent 47e6966 commit a74ce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test('column - renders with flex positions at the start', async ({ page }) => {
2929
test('reverse - will apply proper reverse direction', async ({ page }) => {
3030
await page.goto('/');
3131

32-
const element = page.getByTestId('additionalProps');
32+
const element = page.getByTestId('reverse');
3333
await expect(element).toHaveCSS('display', 'flex');
3434
await expect(element).toHaveCSS('flex-direction', 'row-reverse');
3535
});

0 commit comments

Comments
 (0)