Skip to content

Commit 2da8ced

Browse files
updates test case
1 parent 581696d commit 2da8ced

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/kit-headless/src/components/dropdown/dropdown.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,4 @@ test.describe('Disabled', () => {
468468
await expect(d.getItemAt(2)).toBeDisabled();
469469
await expect(d.getItemAt(3)).toHaveAttribute('data-highlighted');
470470
});
471-
472-
test(`GIVEN an open disabled dropdown
473-
WHEN first option is disabled
474-
THEN the second option should have data-highlighted`, async ({ page }) => {
475-
const { driver: d } = await setup(page, 'disabled');
476-
477-
await d.openDropdown('ArrowDown');
478-
479-
await expect(d.getItemAt(1)).toHaveAttribute('data-highlighted');
480-
});
481471
});

0 commit comments

Comments
 (0)