Use correct button type

This commit is contained in:
Dean Herbert 2019-06-21 00:26:55 +09:00
parent fa263b91a7
commit fa94f063be
1 changed files with 1 additions and 1 deletions

View File

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