Rename ModSelect{Screen -> Overlay} in place of removed old design

This commit is contained in:
Bartłomiej Dach
2022-05-10 22:29:57 +02:00
parent c4c7556fb2
commit 76c63f1d0a
14 changed files with 76 additions and 76 deletions

View File

@ -132,7 +132,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
private void assertHasFreeModButton(Type type, bool hasButton = true)
{
AddAssert($"{type.ReadableName()} {(hasButton ? "displayed" : "not displayed")} in freemod overlay",
() => this.ChildrenOfType<FreeModSelectScreen>()
() => this.ChildrenOfType<FreeModSelectOverlay>()
.Single()
.ChildrenOfType<ModPanel>()
.Where(panel => !panel.Filtered.Value)