mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
Three tests locking in the fixes for the defects found while reviewing the perf/loading-skeletons..perf/mobile-section-extras stack: - tst_WalletLoaderDeepLink (PR #21918): deep-link/toast redirects while the asynchronous WalletLoader is still incubating must be queued and replayed, not dropped. - tst_incubationcontroller (PR #21921): the boosted incubation controller must keep a non-zero gap between incubation bursts so the event loop breathes during long incubation runs. - tst_CollapsedCategoryVirtualization (PR #21943): rows hidden by a collapsed category are filtered out of the chat list via the model-computed hidden role — zero-height delegates would all be instantiated by the ListView.