1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

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]
public void TestFocusOnTabKeyWhenExpanded()
{
setLocalUserPlaying(true);
assertChatFocused(false);
AddStep("press tab", () => InputManager.Key(Key.Tab));
assertChatFocused(true);