Attempt to fix pause test failures by reducing steps

This commit is contained in:
Dean Herbert 2019-05-13 19:23:38 +09:00
parent 3066e32d80
commit d18504bfe0
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ public void TestPauseTooSoon()
AddStep("move cursor outside", () => InputManager.MoveMouseTo(Player.ScreenSpaceDrawQuad.TopLeft - new Vector2(10)));
pauseAndConfirm();
resumeAndConfirm();
resume();
pause();
confirmClockRunning(true);