mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Merge branch 'master' into fix-slider-stacking
This commit is contained in:
Submodule osu-framework updated: 458ebc2d46...f6fa5b80ed
@ -60,7 +60,9 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
AddStep("Load Beatmaps", () => { carousel.BeatmapSets = beatmapSets; });
|
||||
|
||||
AddUntilStep(() => carousel.BeatmapSets.Any(), "Wait for load");
|
||||
bool changed = false;
|
||||
carousel.BeatmapSetsChanged = () => changed = true;
|
||||
AddUntilStep(() => changed, "Wait for load");
|
||||
|
||||
testTraversal();
|
||||
testFiltering();
|
||||
|
Reference in New Issue
Block a user