mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Add basic test at top of first run scene to make adjusting UI easier
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user