+
+
+
+
+
+
+
+
+
+
+
+ To Kill a Mockingbird
+ War and Peace
+ The Idiot
+ A Picture of Dorian Gray
+ 1984
+ Pride and Prejudice
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To Kill a Mockingbird
+ War and Peace
+ The Idiot
+ A Picture of Dorian Gray
+ 1984
+ Pride and Prejudice
+
+
+
+
+
+)
diff --git a/e2e/a11y/routes/components.ts b/e2e/a11y/routes/components.ts
index f6a8ec008..68fb0d114 100644
--- a/e2e/a11y/routes/components.ts
+++ b/e2e/a11y/routes/components.ts
@@ -15,6 +15,7 @@ export const a11yComponents = {
dialog: 'dialog',
divider: 'divider',
drawer: 'drawer',
+ dropdown: 'dropdown',
}
export type A11yComponentsKey = keyof typeof a11yComponents
diff --git a/e2e/a11y/routes/elements.tsx b/e2e/a11y/routes/elements.tsx
index 66aedbc90..14f2ab237 100644
--- a/e2e/a11y/routes/elements.tsx
+++ b/e2e/a11y/routes/elements.tsx
@@ -10,6 +10,7 @@ import { A11yCombobox } from '../pages/Combobox'
import { A11yDialog } from '../pages/Dialog'
import { A11yDivider } from '../pages/Divider'
import { A11yDrawer } from '../pages/Drawer'
+import { A11yDropdown } from '../pages/Dropdown'
import { type A11yComponentsKey } from './components'
/**
@@ -29,4 +30,5 @@ export const a11yElements: Record