mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:05:35 +08:00
Add comments to test
This commit is contained in:
parent
c2644a5d5e
commit
9ccd33a1ec
@ -398,8 +398,13 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
raiseRoomUpdated();
|
||||
});
|
||||
|
||||
// Ready
|
||||
ClickButtonWhenEnabled<MultiplayerReadyButton>();
|
||||
|
||||
// Start match
|
||||
ClickButtonWhenEnabled<MultiplayerReadyButton>();
|
||||
|
||||
// Abort
|
||||
ClickButtonWhenEnabled<MultiplayerReadyButton>();
|
||||
AddStep("check abort request received", () => multiplayerClient.Verify(m => m.AbortMatch(), Times.Once));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user