Skip to content

Commit 193e760

Browse files
Paul Mulliganclaude
andcommitted
test(widget): update e2e drag-handle selector for token class rename
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3053c35 commit 193e760

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

widget/e2e/mobile.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ test.describe("mobile responsive layout", () => {
1414
await expect(dialog).toHaveAttribute("aria-modal", "true");
1515

1616
// Drag handle: the small rounded bar inside the aria-hidden wrapper.
17-
const dragHandle = dialog.locator('[aria-hidden="true"] .rounded-full').first();
17+
const dragHandle = dialog
18+
.locator('[aria-hidden="true"] .rounded-claudius-full')
19+
.first();
1820
await expect(dragHandle).toBeVisible();
1921

2022
// Scrim is rendered as a sibling of the dialog with the dedicated class.

0 commit comments

Comments
 (0)