Use WaitSafely() in tests where it was not already being used

This commit is contained in:
Dean Herbert
2022-02-15 02:35:08 +09:00
parent b581ca14cc
commit 02f58a82fc
4 changed files with 14 additions and 13 deletions

View File

@ -143,7 +143,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddStep("change match type", () => client.ChangeSettings(new MultiplayerRoomSettings
{
MatchType = MatchType.TeamVersus
}));
}).WaitSafely());
AddUntilStep("api room updated to team versus", () => client.APIRoom?.Type.Value == MatchType.TeamVersus);
}