mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +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]
|
[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()
|
||||||
|
Loading…
Reference in New Issue
Block a user