mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09: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);
|
InputManager.Click(MouseButton.Left);
|
||||||
});
|
});
|
||||||
|
|
||||||
AddWaitStep("Wait", 3);
|
|
||||||
AddAssert("Nothing happened", () => this.ChildrenOfType<ReportChatPopover>().Any());
|
AddAssert("Nothing happened", () => this.ChildrenOfType<ReportChatPopover>().Any());
|
||||||
AddStep("Set report data", () =>
|
AddStep("Set report data", () =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user