Fix rapid back button test failure

This commit is contained in:
Bartłomiej Dach 2023-05-07 21:07:38 +02:00
parent 0fa32fed51
commit 8514b2758a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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();