1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 04:03:20 +08:00

Merge pull request #4776 from peppy/fix-pause-test-failures

Attempt to fix pause test failures by reducing steps
This commit is contained in:
Dan Balasescu 2019-05-13 22:14:57 +09:00 committed by GitHub
commit ce5bd71f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,8 +86,8 @@ namespace osu.Game.Tests.Visual.Gameplay
AddStep("move cursor outside", () => InputManager.MoveMouseTo(Player.ScreenSpaceDrawQuad.TopLeft - new Vector2(10)));
pauseAndConfirm();
resumeAndConfirm();
resume();
pause();
confirmClockRunning(true);