1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00
This commit is contained in:
smoogipoo 2021-06-08 17:09:03 +09:00
parent 7fa0ac6ed7
commit 490ab9e96a

View File

@ -157,7 +157,7 @@ namespace osu.Game.Tests.Visual.Navigation
{
AddStep("push song select", () => Game.ScreenStack.Push(new TestPlaySongSelect()));
AddStep("press back button", () => Game.ChildrenOfType<BackButton>().First().Action());
AddWaitStep("wait two frame", 2);
AddWaitStep("wait two frames", 2);
}
[Test]