Skip to content

Commit f75bb50

Browse files
committed
🤖 Update E2E test for thinking slider aria-label
Changed from 'Thinking:' to 'Thinking level' to match the updated component aria-label.
1 parent aba6970 commit f75bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function sanitizeMode(mode: ChatMode): ChatMode {
5757
}
5858

5959
function sliderLocator(page: Page): Locator {
60-
return page.getByRole("slider", { name: "Thinking:" });
60+
return page.getByRole("slider", { name: "Thinking level" });
6161
}
6262

6363
function transcriptLocator(page: Page): Locator {

0 commit comments

Comments
 (0)