mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Update tests in line with new behaviour
This commit is contained in:
parent
242a41371c
commit
73b8146729
@ -171,7 +171,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
AddStep("disable storyboard", () => LocalConfig.SetValue(OsuSetting.ShowStoryboard, false));
|
||||
AddUntilStep("completion set by processor", () => Player.ScoreProcessor.HasCompleted.Value);
|
||||
AddStep("exit via pause", () => Player.ExitViaPause());
|
||||
AddAssert("player exited", () => Stack.CurrentScreen == null);
|
||||
AddUntilStep("reached results screen", () => Stack.CurrentScreen is ResultsScreen);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user