mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add test coverage for "simple" mode
This commit is contained in:
@ -24,6 +24,12 @@ namespace osu.Game.Tests.Visual.Settings
|
||||
AddUntilStep("wait for load", () => latencyCertifier.IsLoaded);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestSimple()
|
||||
{
|
||||
AddStep("set visual mode to simple", () => latencyCertifier.VisualMode.Value = LatencyVisualMode.Simple);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestCircleGameplay()
|
||||
{
|
||||
|
Reference in New Issue
Block a user