chore(changelog): add fragment for the getExecutor async-drift test fix

This commit is contained in:
Markus Hartung
2026-08-28 04:41:53 -03:00
parent 65397ba30f
commit f7de9595bb

View File

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