mirror of https://github.com/ppy/osu
Update tests in line with new behaviour
This commit is contained in:
parent
242a41371c
commit
73b8146729
|
@ -171,7 +171,7 @@ public void TestPerformExitNoOutro()
|
|||
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