mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix missing initial state test step
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user