mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 08:57:25 +09: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…
x
Reference in New Issue
Block a user