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 581696d commit 2da8cedCopy full SHA for 2da8ced
packages/kit-headless/src/components/dropdown/dropdown.test.ts
@@ -468,14 +468,4 @@ test.describe('Disabled', () => {
468
await expect(d.getItemAt(2)).toBeDisabled();
469
await expect(d.getItemAt(3)).toHaveAttribute('data-highlighted');
470
});
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
- });
481
0 commit comments