mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00:00
Add visibility test for SpotlightSelector
This commit is contained in:
parent
6708e271ac
commit
00e010a061
@ -35,6 +35,12 @@ namespace osu.Game.Tests.Visual.Online
|
||||
Add(selector = new SpotlightSelector());
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestVisibility()
|
||||
{
|
||||
AddStep("Toggle Visibility", selector.ToggleVisibility);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestLocalSpotlights()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user