mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 17:33:02 +08:00
fix step name and rename test
This commit is contained in:
parent
98bb6da975
commit
0291a708d4
@ -50,11 +50,11 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
|
||||
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]
|
||||
public void TestExitingSongSelectWithEscape()
|
||||
public void TestExitSongSelectWithEscape()
|
||||
{
|
||||
TestSongSelect songSelect = null;
|
||||
|
||||
@ -67,7 +67,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestExitingSongSelectWithClick()
|
||||
public void TestExitSongSelectWithClick()
|
||||
{
|
||||
TestSongSelect songSelect = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user