1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +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
parent 6bc0f02e2d
commit bb0737837b
No known key found for this signature in database

View File

@ -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", () =>