mirror of
https://github.com/ppy/osu
synced 2025-01-25 15:23:02 +00:00
Add more tests
This commit is contained in:
parent
f1a2643c40
commit
7f755fe726
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user