Skip to content

Commit

Permalink
Change the order in the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Sep 25, 2023
1 parent 6f4e97b commit 7308f01
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ public void TestEditRubyMode()
}

[Test]
public void TestEditRomajiMode()
public void TestEditTimeTagMode()
{
switchToMode(LyricEditorMode.EditRomaji);
clickEditStepButtons<RomajiTagEditStep>();
switchToMode(LyricEditorMode.EditTimeTag);
clickEditStepButtons<TimeTagEditStep>();
}

[Test]
public void TestEditTimeTagMode()
public void TestEditRomajiMode()
{
switchToMode(LyricEditorMode.EditTimeTag);
clickEditStepButtons<TimeTagEditStep>();
switchToMode(LyricEditorMode.EditRomaji);
clickEditStepButtons<RomajiTagEditStep>();
}

[Test]
Expand Down

0 comments on commit 7308f01

Please sign in to comment.