mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Attempt to fix pause test failures by reducing steps
This commit is contained in:
parent
3066e32d80
commit
d18504bfe0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user