mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add failing test coverage of incorrect current section after quick setting search
This commit is contained in:
@ -54,6 +54,8 @@ namespace osu.Game.Tests.Visual.Settings
|
||||
.Where(f => !(f is IHasFilterableChildren))
|
||||
.All(f => f.FilterTerms.Any(t => t.Contains("scaling")))
|
||||
));
|
||||
|
||||
AddAssert("ensure section is current", () => settings.CurrentSection.Value != null);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user