1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 17:24:04 +08:00

Merge pull request #17468 from bdach/skin-editor-test-failures

This commit is contained in:
Salman Ahmed
2022-03-26 22:22:39 +03:00
committed by GitHub
Unverified
@@ -37,6 +37,7 @@ namespace osu.Game.Tests.Visual.Gameplay
Player.ScaleTo(0.4f);
LoadComponentAsync(skinEditor = new SkinEditor(Player), Add);
});
AddUntilStep("wait for loaded", () => skinEditor.IsLoaded);
}
[Test]