1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-04 16:22:59 +08:00

Add visual test coverage of user profile info section

This commit is contained in:
Bartłomiej Dach 2024-02-10 13:08:26 +01:00
parent ed2362b63d
commit ae5f108f01
No known key found for this signature in database

View File

@ -206,6 +206,12 @@ namespace osu.Game.Tests.Visual.Online
Total = 50 Total = 50
}, },
SupportLevel = 2, SupportLevel = 2,
Location = "Somewhere",
Interests = "Rhythm games",
Occupation = "Gamer",
Twitter = "test_user",
Discord = "test_user",
Website = "https://google.com",
}; };
} }
} }