mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix potential test scene failure due to showMoreButton not being loaded in time
This commit is contained in:
@ -35,6 +35,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
setUpNewsResponse(responseWithCursor, "Set up cursor response");
|
||||
AddStep("Show", () => overlay.Show());
|
||||
AddUntilStep("Show more button is ready", () => showMoreButton != null);
|
||||
AddAssert("Show More button is visible", () => showMoreButton.Alpha == 1);
|
||||
setUpNewsResponse(responseWithNoCursor, "Set up no cursor response");
|
||||
AddStep("Click Show More", () => showMoreButton.Click());
|
||||
|
Reference in New Issue
Block a user