Rename test to distinguish it from test-to-come

This commit is contained in:
Bartłomiej Dach 2023-10-27 14:15:30 +02:00
parent 24b1d1e955
commit 6789a522d6
No known key found for this signature in database

View File

@ -31,7 +31,7 @@ namespace osu.Game.Tests.Visual.Navigation
private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();
[Test]
public void TestEditComponentDuringGameplay()
public void TestEditComponentFromGameplayScene()
{
advanceToSongSelect();
openSkinEditor();