mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 19:32:55 +08:00
Merge pull request #23424 from bdach/fix-rapid-back-button-test-failure
Fix rapid back button test failure
This commit is contained in:
commit
214bc40570
@ -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…
Reference in New Issue
Block a user