Skip to content

Commit 7263571

Browse files
committed
Correct xAI capture expectation
1 parent 241e918 commit 7263571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/capture-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ app.whenReady().then(async () => {
783783
const panel = document.querySelector("#add-panel .action-panel");
784784
const input = panel?.querySelector("#paste-code-oauth");
785785
const details = panel?.querySelector("details");
786-
if (panel?.querySelector("[data-panel-heading]")?.textContent.trim() !== "xAI (Grok)") {
786+
if (panel?.querySelector("[data-panel-heading]")?.textContent.trim() !== "xAI") {
787787
throw new Error("xAI OAuth add panel did not render");
788788
}
789789
if (!input || details?.contains(input)) {

0 commit comments

Comments
 (0)