mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 01:10:05 +08:00
Fix typo in step name
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user