Fix MultiplayerMatchFooter test crash due to missing PopoverContainer

Clicking the countdown button would crash. I did consider removing the
test altogether but maybe it'll be useful in the future?
This commit is contained in:
Dean Herbert 2022-04-12 23:01:37 +09:00
parent e901857610
commit ef7ab12b40

View File

@ -3,7 +3,7 @@
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Game.Screens.OnlinePlay.Multiplayer.Match;
namespace osu.Game.Tests.Visual.Multiplayer
@ -13,7 +13,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
[SetUp]
public new void Setup() => Schedule(() =>
{
Child = new Container
Child = new PopoverContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,