mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 06:23:20 +08:00
Update test case for profile.
This commit is contained in:
parent
6f2b49dea8
commit
3290f5a977
@ -13,9 +13,8 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
{
|
{
|
||||||
public override string Description => "Tests user's profile page.";
|
public override string Description => "Tests user's profile page.";
|
||||||
|
|
||||||
public override void Reset()
|
public TestCaseUserProfile()
|
||||||
{
|
{
|
||||||
base.Reset();
|
|
||||||
var profile = new UserProfileOverlay();
|
var profile = new UserProfileOverlay();
|
||||||
Add(profile);
|
Add(profile);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user