1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-15 10:32:50 +08:00

remove useless wait

This commit is contained in:
cdwcgt
2023-05-03 22:53:13 +09:00
Unverified
parent be15d07b17
commit 25bf4e68ec
@@ -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", () =>
{