1
0
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:
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(); private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();
[Test] [Test]
public void TestEditComponentDuringGameplay() public void TestEditComponentFromGameplayScene()
{ {
advanceToSongSelect(); advanceToSongSelect();
openSkinEditor(); openSkinEditor();