1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:43:20 +08:00

Add basic test at top of first run scene to make adjusting UI easier

This commit is contained in:
Dean Herbert 2022-04-29 23:45:02 +09:00
parent b911981d80
commit 670b51324e

View File

@ -65,6 +65,12 @@ namespace osu.Game.Tests.Visual.UserInterface
}); });
} }
[Test]
public void TestBasic()
{
AddAssert("overlay visible", () => overlay.State.Value == Visibility.Visible);
}
[Test] [Test]
[Ignore("Enable when first run setup is being displayed on first run.")] [Ignore("Enable when first run setup is being displayed on first run.")]
public void TestDoesntOpenOnSecondRun() public void TestDoesntOpenOnSecondRun()