mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 14:27:19 +08:00
Fix rapid back button test failure
This commit is contained in:
parent
0fa32fed51
commit
8514b2758a
@ -700,7 +700,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
||||
AddStep("press escape twice rapidly", () =>
|
||||
{
|
||||
InputManager.Key(Key.Escape);
|
||||
InputManager.Key(Key.Escape);
|
||||
Schedule(InputManager.Key, Key.Escape);
|
||||
});
|
||||
|
||||
pushEscape();
|
||||
|
Loading…
x
Reference in New Issue
Block a user