mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 19:17:18 +09:00
Add one more test
This commit is contained in:
parent
3db199292f
commit
1564048d8d
@ -16,6 +16,12 @@ namespace osu.Game.Tests.Visual.Multiplayer.QueueingModes
|
||||
{
|
||||
protected override QueueModes Mode => QueueModes.HostOnly;
|
||||
|
||||
[Test]
|
||||
public void TestFirstItemSelectedByDefault()
|
||||
{
|
||||
AddAssert("first item selected", () => Client.CurrentMatchPlayingItem.Value == Client.APIRoom?.Playlist[0]);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestItemStillSelectedAfterChangeToSameBeatmap()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user