mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Attempt to fix pause test failures by reducing steps
This commit is contained in:
@ -86,8 +86,8 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
AddStep("move cursor outside", () => InputManager.MoveMouseTo(Player.ScreenSpaceDrawQuad.TopLeft - new Vector2(10)));
|
AddStep("move cursor outside", () => InputManager.MoveMouseTo(Player.ScreenSpaceDrawQuad.TopLeft - new Vector2(10)));
|
||||||
|
|
||||||
pauseAndConfirm();
|
pauseAndConfirm();
|
||||||
resumeAndConfirm();
|
|
||||||
|
|
||||||
|
resume();
|
||||||
pause();
|
pause();
|
||||||
|
|
||||||
confirmClockRunning(true);
|
confirmClockRunning(true);
|
||||||
|
Reference in New Issue
Block a user