Fix missing initial state test step

This commit is contained in:
Dean Herbert
2021-08-19 14:14:47 +09:00
parent 1faf789f0e
commit 786beb9759

View File

@ -85,6 +85,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
[Test] [Test]
public void TestFocusOnTabKeyWhenExpanded() public void TestFocusOnTabKeyWhenExpanded()
{ {
setLocalUserPlaying(true);
assertChatFocused(false); assertChatFocused(false);
AddStep("press tab", () => InputManager.Key(Key.Tab)); AddStep("press tab", () => InputManager.Key(Key.Tab));
assertChatFocused(true); assertChatFocused(true);