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:
parent
98bb6da975
commit
0291a708d4
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user