mirror of https://github.com/ppy/osu
Fix rapid back button test failure
This commit is contained in:
parent
0fa32fed51
commit
8514b2758a
|
@ -700,7 +700,7 @@ public void TestRapidBackButtonExit()
|
|||
AddStep("press escape twice rapidly", () =>
|
||||
{
|
||||
InputManager.Key(Key.Escape);
|
||||
InputManager.Key(Key.Escape);
|
||||
Schedule(InputManager.Key, Key.Escape);
|
||||
});
|
||||
|
||||
pushEscape();
|
||||
|
|
Loading…
Reference in New Issue