Avoid test failures on non-triangle intro tests

This commit is contained in:
Dean Herbert
2022-01-30 18:59:18 +09:00
parent 52f1c2bfdb
commit 6a21d58325
4 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,7 @@ namespace osu.Game.Tests.Visual.Menus
[TestFixture]
public class TestSceneIntroWelcome : IntroTestScene
{
protected override bool IntroReliesOnTrack => false;
protected override IntroScreen CreateScreen() => new IntroWelcome();
public override void TestPlayIntro()