mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 00:53:10 +08:00
Don't require track to be playing to fix test failures on some platforms
This commit is contained in:
parent
72dfdac2e2
commit
ca9e16387a
@ -28,7 +28,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
RestartIntro();
|
||||
WaitForMenu();
|
||||
|
||||
AddUntilStep("wait for track playing", () => Intro.Beatmap.Value.Track is TrackBass trackBass && trackBass.IsRunning);
|
||||
AddUntilStep("ensure track is not virtual", () => Intro.Beatmap.Value.Track is TrackBass);
|
||||
}
|
||||
|
||||
protected override bool IntroReliesOnTrack => true;
|
||||
|
Loading…
Reference in New Issue
Block a user