Merge branch 'master' into multiplayer-countdown-timers-2

This commit is contained in:
Dan Balasescu
2022-03-23 15:40:50 +09:00
60 changed files with 1514 additions and 238 deletions

View File

@ -286,7 +286,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
ClickButtonWhenEnabled<ReadyButton>();
AddUntilStep("user is idle (match not started)", () => MultiplayerClient.Room?.Users[0].State == MultiplayerUserState.Idle);
AddAssert("ready button enabled", () => control.ChildrenOfType<OsuButton>().Single().Enabled.Value);
AddUntilStep("ready button enabled", () => control.ChildrenOfType<OsuButton>().Single().Enabled.Value);
}
[TestCase(true)]