mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Add test with many rooms displayed
This commit is contained in:
parent
3e41d8b32e
commit
7ed995fbc5
@ -32,6 +32,12 @@ namespace osu.Game.Tests.Visual.Playlists
|
||||
|
||||
private RoomsContainer roomsContainer => loungeScreen.ChildrenOfType<RoomsContainer>().First();
|
||||
|
||||
[Test]
|
||||
public void TestManyRooms()
|
||||
{
|
||||
AddStep("add rooms", () => RoomManager.AddRooms(500));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestScrollByDraggingRooms()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user