From f7de9595bbbfcb27a5c445d19b99ce8c65e7abea Mon Sep 17 00:00:00 2001 From: Markus Hartung Date: Fri, 28 Aug 2026 04:41:53 -0300 Subject: [PATCH] chore(changelog): add fragment for the getExecutor async-drift test fix --- .../fixes/11708-gemini-web-retirement-test-async-getexecutor.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/11708-gemini-web-retirement-test-async-getexecutor.md diff --git a/changelog.d/fixes/11708-gemini-web-retirement-test-async-getexecutor.md b/changelog.d/fixes/11708-gemini-web-retirement-test-async-getexecutor.md new file mode 100644 index 0000000000..1e471f1084 --- /dev/null +++ b/changelog.d/fixes/11708-gemini-web-retirement-test-async-getexecutor.md @@ -0,0 +1 @@ +- **fix(tests):** the new Gemini Web Images retirement test (#11708) called the now-async `getExecutor()` synchronously, throwing `TypeError: getExecutor(...).getProvider is not a function` instead of asserting Gemini Web chat stays available. Awaited to match the R0.3 executor-registry refactor (#11220).