mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:03:22 +08:00
Add basic test at top of first run scene to make adjusting UI easier
This commit is contained in:
parent
b911981d80
commit
670b51324e
@ -65,6 +65,12 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
});
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestBasic()
|
||||
{
|
||||
AddAssert("overlay visible", () => overlay.State.Value == Visibility.Visible);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("Enable when first run setup is being displayed on first run.")]
|
||||
public void TestDoesntOpenOnSecondRun()
|
||||
|
Loading…
Reference in New Issue
Block a user