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 aba6970 commit f75bb50Copy full SHA for f75bb50
tests/e2e/utils/ui.ts
@@ -57,7 +57,7 @@ function sanitizeMode(mode: ChatMode): ChatMode {
57
}
58
59
function sliderLocator(page: Page): Locator {
60
- return page.getByRole("slider", { name: "Thinking:" });
+ return page.getByRole("slider", { name: "Thinking level" });
61
62
63
function transcriptLocator(page: Page): Locator {
0 commit comments