mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 08:03:12 +08:00
Fix missing initial state test step
This commit is contained in:
parent
1faf789f0e
commit
786beb9759
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user