| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Ash: Migrate SocsCookieFetcherTest off RunUntilIdle
This changelist is part of an ongoing series to modernize Ash tests by
migrating them away from RunUntilIdle() and toward targeted
synchronization with APIs such as RunUntil(), TestFuture, RunLoop
callbacks, observer waiters, or exact mock-time advancement.
SocsCookieFetcherTest now registers a fetch-complete callback on its
test consumer before starting the request. The test waits for the
consumer callback that reports success or failure, then checks that the
SOCS cookie fetch reached the success path.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |