1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Fix typo in step name

This commit is contained in:
Bartłomiej Dach 2022-03-30 22:04:19 +02:00
parent 436dec68c9
commit f4184cb6fe
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -47,7 +47,7 @@ namespace osu.Game.Tests.Visual.Gameplay
AddAssert("score has combo", () => getResultsScreen().Score.Combo > 100);
AddAssert("score has no misses", () => getResultsScreen().Score.Statistics[HitResult.Miss] == 0);
AddUntilStep("avatar dispalyed", () => getAvatar() != null);
AddUntilStep("avatar displayed", () => getAvatar() != null);
AddAssert("avatar not clickable", () => getAvatar().ChildrenOfType<OsuClickableContainer>().First().Action == null);
ClickableAvatar getAvatar() => getResultsScreen()