mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
add tests for ShowUser() username overload
This commit is contained in:
parent
f7369e0d68
commit
7f9b80e3e5
@ -104,6 +104,9 @@ namespace osu.Game.Tests.Visual.Online
|
||||
CoverUrl = @"https://osu.ppy.sh/images/headers/profile-covers/c4.jpg"
|
||||
}, api.IsLoggedIn));
|
||||
|
||||
AddStep("Show ppy from username", () => profile.ShowUser(@"peppy"));
|
||||
AddStep("Show flyte from username", () => profile.ShowUser(@"flyte"));
|
||||
|
||||
AddStep("Hide", profile.Hide);
|
||||
AddStep("Show without reload", profile.Show);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user