mirror of
https://github.com/ppy/osu
synced 2024-12-16 20:05:41 +00:00
Merge pull request #2096 from peppy/update-framework
Fix some common CI unit test failure causes
This commit is contained in:
commit
7e8b677e17
@ -1 +1 @@
|
||||
Subproject commit 458ebc2d4626c74bb8059cd28b44eb7adba74fbb
|
||||
Subproject commit f6fa5b80ed06f84c8fd25a2576eea8d51565785c
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user