mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:15:37 +08:00
Cleanup TestSceneScreenNavigation
This commit is contained in:
parent
322d08af1b
commit
6aafb3d271
@ -80,7 +80,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
||||
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user