mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +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();
|
private RoomsContainer roomsContainer => loungeScreen.ChildrenOfType<RoomsContainer>().First();
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void TestManyRooms()
|
||||||
|
{
|
||||||
|
AddStep("add rooms", () => RoomManager.AddRooms(500));
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestScrollByDraggingRooms()
|
public void TestScrollByDraggingRooms()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user