viaConfig
TestCase
Values
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
TestSceneBeatmapListingOverlay
In the specific method, there was no wait step after the initial fetch (unlike all of the rest), meaning the fetch may not have finished in time for the follow-up steps. As seen at https://github.com/ppy/osu/runs/4588058438?check_suite_focus=true.
User
APIUser
APIBeatmaps
Allow tests to create a sample `APIBeatmapSet` One step towards removing calls to `ToBeatmap` / `ToBeatmapSet`.