1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 18:53:21 +08:00

Cleanup TestSceneScreenNavigation

This commit is contained in:
smoogipoo 2020-08-11 13:14:20 +09:00
parent 322d08af1b
commit 6aafb3d271

View File

@ -80,7 +80,7 @@ namespace osu.Game.Tests.Visual.Navigation
AddStep("return to menu", () => songSelect.Exit()); AddStep("return to menu", () => songSelect.Exit());
AddUntilStep("wait for track", () => Game.MusicController.CurrentTrack.IsDummyDevice == false && Game.MusicController.IsPlaying); AddUntilStep("wait for track", () => !Game.MusicController.CurrentTrack.IsDummyDevice && Game.MusicController.IsPlaying);
} }
[Test] [Test]