mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Use correct button type
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user