mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 21:13:01 +08:00
Merge pull request #2096 from peppy/update-framework
Fix some common CI unit test failure causes
This commit is contained in:
+1
-1
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