mirror of
https://github.com/ppy/osu.git
synced 2025-02-28 03:53:20 +08:00
Add failing test coverage of incorrect current section after quick setting search
This commit is contained in:
parent
9c7af98982
commit
21a5a2fd69
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user