mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add more tests
This commit is contained in:
@ -44,6 +44,9 @@ namespace osu.Game.Tests.Visual.Online
|
||||
AddStep("User comment", () => addVotePill(userComment));
|
||||
AddStep("Click", () => votePill.Click());
|
||||
AddAssert("Not loading", () => votePill.IsLoading == false);
|
||||
AddStep("Log out", API.Logout);
|
||||
AddStep("Click", () => votePill.Click());
|
||||
AddAssert("Not loading", () => votePill.IsLoading == false);
|
||||
}
|
||||
|
||||
private void addVotePill(Comment comment)
|
||||
|
Reference in New Issue
Block a user