mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08: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…
Reference in New Issue
Block a user