mirror of
https://github.com/ppy/osu
synced 2025-03-22 02:47:04 +00:00
Rename test to distinguish it from test-to-come
This commit is contained in:
parent
24b1d1e955
commit
6789a522d6
@ -31,7 +31,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
|||||||
private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();
|
private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestEditComponentDuringGameplay()
|
public void TestEditComponentFromGameplayScene()
|
||||||
{
|
{
|
||||||
advanceToSongSelect();
|
advanceToSongSelect();
|
||||||
openSkinEditor();
|
openSkinEditor();
|
||||||
|
Loading…
Reference in New Issue
Block a user