mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update test cases to new framework and fix old crashes
This commit is contained in:
@ -12,11 +12,14 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
|
||||
private SettingsOverlay settings;
|
||||
|
||||
public override void Reset()
|
||||
public TestCaseSettings()
|
||||
{
|
||||
base.Reset();
|
||||
|
||||
Children = new[] { settings = new SettingsOverlay() };
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
settings.ToggleVisibility();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user