mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 02:05:26 +08:00
Also fix some issues in the source, wasn't returning a promise
with the early return.
Saw this in the CI log failures:
> ℹ️ Hint: when the assertion failed, the Ember runloop was not in a
settled state. Maybe you missed an `await` further up the test? Or maybe
you need to manually add `await settled()` before your assertion?
(hasPendingTimers, hasRunLoop, isRenderPending)
|
||
|---|---|---|
| .. | ||
| admin-badges.js | ||
| admin-emojis.js | ||
| admin-plugin-nav-manager.js | ||
| admin-search-data-source.js | ||
| admin-sidebar-state-manager.js | ||
| admin-tools.js | ||
| admin-user-fields.js | ||
| site-setting-change-tracker.js | ||