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).