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:
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", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user