Fix intro tests not asserting pass or working at all

This commit is contained in:
Dean Herbert
2020-03-25 15:12:19 +09:00
parent f414b7fbb6
commit 880d138a47
2 changed files with 4 additions and 2 deletions

View File

@ -64,6 +64,8 @@ namespace osu.Game.Tests.Visual.Menus
introStack.Push(CreateScreen());
});
AddUntilStep("wait for menu", () => introStack.CurrentScreen is MainMenu);
}
protected abstract IScreen CreateScreen();