Display text in buttons flow instead of toast

This commit is contained in:
ansel
2022-10-21 17:25:41 +03:00
parent 81bdf716ef
commit 15aeb4a137
2 changed files with 8 additions and 12 deletions

View File

@ -276,7 +276,6 @@ namespace osu.Game.Tests.Visual.Online
AddStep("Complete request", () => requestLock.Set());
AddUntilStep("Request sent", () => request != null);
AddAssert("Request is correct", () => request != null && request.CommentID == 2 && request.Comment == report_text && request.Reason == CommentReportReason.Other);
AddUntilStep("Button expired", () => !targetComment.ChildrenOfType<DrawableComment.ReportButton>().Any());
}
private void addTestComments()