osu/osu.Game.Tests/Visual
Dean Herbert 5d708b612d Fix delete local score test not waiting for "fetch" to complete
Even though this is a completely local operation in this case, there's
still a level of asynchronous operation which was recent introduced with
the score ordering:

853cf6feaa/osu.Game/Screens/Select/Leaderboards/BeatmapLeaderboard.cs (L159)

This means there is a brief period where the `Scores` property is null,
after `Reset()` is called in the re-fetch procedure.
2021-10-05 18:17:22 +09:00
..
Background Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
Collections
Colours
Components
Editing Add failing test case 2021-09-27 20:54:29 +02:00
Gameplay Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
Menus Merge branch 'master' into importer-returns-live 2021-10-04 19:42:36 +09:00
Mods
Multiplayer Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
Navigation Merge pull request #14903 from peppy/importer-returns-live 2021-10-04 20:16:32 +09:00
Online Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
Playlists Initial push to use ILive in import process 2021-09-30 22:55:25 +09:00
Ranking Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
Settings Add test case covering reset section button hiding 2021-10-03 13:53:26 +02:00
SongSelect Merge pull request #14903 from peppy/importer-returns-live 2021-10-04 20:16:32 +09:00
UserInterface Fix delete local score test not waiting for "fetch" to complete 2021-10-05 18:17:22 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00