mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Make testcase even more useful
This commit is contained in:
@ -36,6 +36,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
{
|
{
|
||||||
selector.Current.Value = selector.Items.ElementAt(RNG.Next(selector.Items.Count()));
|
selector.Current.Value = selector.Items.ElementAt(RNG.Next(selector.Items.Count()));
|
||||||
});
|
});
|
||||||
|
AddStep("Toggle disabled state", () => selector.Current.Disabled = !selector.Current.Disabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user