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:
parent
436dec68c9
commit
f4184cb6fe
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user