mirror of
https://github.com/ppy/osu
synced 2024-12-09 16:39:15 +00:00
Add test coverage for "simple" mode
This commit is contained in:
parent
419b5791c9
commit
5b3b9a2cd3
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user