1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 13:53:10 +08:00

fix step name and rename test

This commit is contained in:
David Zhao 2019-07-30 18:18:03 +09:00
parent 98bb6da975
commit 0291a708d4

View File

@ -50,11 +50,11 @@ namespace osu.Game.Tests.Visual.Menus
Add(osuGame); Add(osuGame);
}); });
AddUntilStep("wait for load and menu is current", () => osuGame.IsLoaded && osuGame.ScreenStack.CurrentScreen is MainMenu); AddUntilStep("Wait for main menu", () => osuGame.IsLoaded && osuGame.ScreenStack.CurrentScreen is MainMenu);
} }
[Test] [Test]
public void TestExitingSongSelectWithEscape() public void TestExitSongSelectWithEscape()
{ {
TestSongSelect songSelect = null; TestSongSelect songSelect = null;
@ -67,7 +67,7 @@ namespace osu.Game.Tests.Visual.Menus
} }
[Test] [Test]
public void TestExitingSongSelectWithClick() public void TestExitSongSelectWithClick()
{ {
TestSongSelect songSelect = null; TestSongSelect songSelect = null;