Enable autoplay in skin editor tests

This commit is contained in:
Dean Herbert
2021-05-13 14:54:52 +09:00
parent db19617b8b
commit e0e9106921
2 changed files with 6 additions and 5 deletions

View File

@ -19,6 +19,8 @@ namespace osu.Game.Tests.Visual.Gameplay
[Resolved]
private SkinManager skinManager { get; set; }
protected override bool Autoplay => true;
[SetUpSteps]
public override void SetUpSteps()
{