mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 08:59:57 +08:00
Ensure wizard returns to initial screen after completion
This commit is contained in:
@@ -60,6 +60,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
return overlay.State.Value == Visibility.Hidden;
|
||||
});
|
||||
|
||||
AddStep("display again on demand", () => overlay.Show());
|
||||
|
||||
AddUntilStep("back at start", () => overlay.CurrentScreen is ScreenWelcome);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user