mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Fix weird test step
This commit is contained in:
parent
9b367d645d
commit
29b7460cc7
@ -48,7 +48,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
public void TestStateChange()
|
public void TestStateChange()
|
||||||
{
|
{
|
||||||
createScreen();
|
createScreen();
|
||||||
AddToggleStep("toggle state", visible => modSelectScreen.State.Value = visible ? Visibility.Visible : Visibility.Hidden);
|
AddStep("toggle state", () => modSelectScreen.ToggleVisibility());
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
Reference in New Issue
Block a user