1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

remove useless wait

This commit is contained in:
cdwcgt 2023-05-03 22:53:13 +09:00
parent be15d07b17
commit 25bf4e68ec
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -631,7 +631,6 @@ namespace osu.Game.Tests.Visual.Online
InputManager.Click(MouseButton.Left);
});
AddWaitStep("Wait", 3);
AddAssert("Nothing happened", () => this.ChildrenOfType<ReportChatPopover>().Any());
AddStep("Set report data", () =>
{