1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 01:40:03 +08:00

Fix test failing due to querying button position during transform

This commit is contained in:
Bartłomiej Dach
2023-12-28 13:58:00 +01:00
Unverified
parent 6bc0f02e2d
commit bb0737837b
@@ -29,6 +29,8 @@ namespace osu.Game.Tests.Visual.UserInterface
[Test]
public void TestDangerousButton([Values(false, true)] bool atEdge)
{
AddStep("finish transforms", () => dialog.FinishTransforms(true));
if (atEdge)
{
AddStep("move mouse to button edge", () =>