smoke - make chat anonymous test less flaky (#292569)

This commit is contained in:
Benjamin Pasero
2026-02-03 15:57:22 +01:00
committed by GitHub
parent b044431295
commit 159ca554bf

View File

@@ -31,7 +31,7 @@ export function setup(logger: Logger) {
await app.workbench.chat.waitForResponse();
// Wait for model name to appear in footer
await app.workbench.chat.waitForModelInFooter();
// await app.workbench.chat.waitForModelInFooter();
});
});
}