TestScenePreviewTrackManager
Unify implementations of deletion dialogs
Show "locally modified" pill when local modifications have been made
There's multiple schedules at play which could be adding multi-frame delays. let's play it safe and try and fix flaky tests. Example of `Schedule` which could cause an issue: https://github.com/ppy/osu/blob/392cb352cc71da8b0f82aa0877ea6a7febfc54b1/osu.Game/Collections/CollectionDropdown.cs#L77-L78 Example of test failure: https://github.com/ppy/osu/runs/7648118894?check_suite_focus=true
Fix newly imported beatmaps not using correct comparer for sorting
Fix song select not updating selected beatmap card on editor resume
Add confirmation dialog when about to discard a playlist
Almost thought the method was not wrapped in an `AddStep`.
TestSceneAutoplay
GameplayClockContainer
GameplayClock
Also fixes `SongProgress` being displayed in skin editor on non-gameplay screens, due to `GameplayClock` not marked as a required dependency.
Ensure realm is in a good state before asserts in `TestSceneFilterControl`
Move spectator begin/end playing to SubmittingPlayer
TestSceneFilterControl
Fix intermittent HUD tests
LoadTrack