Dean Herbert
2022-06-30 17:42:44 +09:00
parent 5a346edc63
commit 7ab8335935
3 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddUntilStep("wait for selection", () => Beatmap.Value.BeatmapInfo.Equals(selectedBeatmap));
AddStep("set mods", () => SelectedMods.Value = new[] { new TaikoModDoubleTime() });
AddUntilStep("wait for ongoing operation to complete", () => !OnlinePlayDependencies.OngoingOperationTracker.InProgress.Value);
AddStep("confirm selection", () => songSelect.FinaliseSelection());
AddUntilStep("song select exited", () => !songSelect.IsCurrentScreen());