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