Use correct button type

This commit is contained in:
Dean Herbert
2019-06-21 00:26:55 +09:00
parent fa263b91a7
commit fa94f063be

View File

@ -242,7 +242,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private void waitForLoad()
{
AddAssert("wait for icons to load", () => modSelect.AllLoaded);
AddUntilStep("wait for icons to load", () => modSelect.AllLoaded);
}
private void checkNotSelected(Mod mod)