Skip to content

Commit

Permalink
Add the fucking test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jul 25, 2022
1 parent 463cce0 commit 45092bd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ public void TestTextingMode()
clickEditModeButtons<TextingEditMode>();
}

[Test]
public void TestReferenceMode()
{
switchToMode(LyricEditorMode.Reference);
}

[Test]
public void TestLanguageMode()
{
Expand Down

0 comments on commit 45092bd

Please sign in to comment.