diff --git a/osu.Game.Tests/Visual/SongSelect/TestSceneSongSelectFooterV2.cs b/osu.Game.Tests/Visual/SongSelect/TestSceneSongSelectFooterV2.cs
index a1ba8daf8e..534bd0ad28 100644
--- a/osu.Game.Tests/Visual/SongSelect/TestSceneSongSelectFooterV2.cs
+++ b/osu.Game.Tests/Visual/SongSelect/TestSceneSongSelectFooterV2.cs
@@ -50,6 +50,7 @@ namespace osu.Game.Tests.Visual.SongSelect
                 PreviousRandom = () => previousRandomCalled = true
             });
             footer.AddButton(new FooterButtonOptionsV2());
+            footer.AddButton(new FooterButtonFreeModsV2());
 
             InputManager.MoveMouseTo(Vector2.Zero);