diff --git a/osu.Game.Rulesets.Karaoke.Tests/Screens/Edit/Beatmap/TestSceneLyricEditorScreen.cs b/osu.Game.Rulesets.Karaoke.Tests/Screens/Edit/Beatmap/TestSceneLyricEditorScreen.cs index 9b8988223..0ba03fc94 100644 --- a/osu.Game.Rulesets.Karaoke.Tests/Screens/Edit/Beatmap/TestSceneLyricEditorScreen.cs +++ b/osu.Game.Rulesets.Karaoke.Tests/Screens/Edit/Beatmap/TestSceneLyricEditorScreen.cs @@ -80,17 +80,17 @@ public void TestEditRubyMode() } [Test] - public void TestEditRomajiMode() + public void TestEditTimeTagMode() { - switchToMode(LyricEditorMode.EditRomaji); - clickEditStepButtons(); + switchToMode(LyricEditorMode.EditTimeTag); + clickEditStepButtons(); } [Test] - public void TestEditTimeTagMode() + public void TestEditRomajiMode() { - switchToMode(LyricEditorMode.EditTimeTag); - clickEditStepButtons(); + switchToMode(LyricEditorMode.EditRomaji); + clickEditStepButtons(); } [Test]