1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 04:49:58 +08:00

Merge pull request #28605 from frenzibyte/fix-main-menu-test-failure

Fix intermittent failure in online menu banner tests
This commit is contained in:
Dean Herbert
2024-06-26 15:11:57 +09:00
committed by GitHub
Unverified
@@ -20,6 +20,7 @@ namespace osu.Game.Tests.Visual.Menus
{
base.SetUpSteps();
AddStep("don't fetch online content", () => onlineMenuBanner.FetchOnlineContent = false);
AddStep("disable return to top on idle", () => Game.ChildrenOfType<ButtonSystem>().Single().ReturnToTopOnIdle = false);
}
[Test]