Make it works and some layout adjustments

This commit is contained in:
Andrei Zavatski
2019-07-14 14:03:14 +03:00
parent d1409d4610
commit 963e025bb8
4 changed files with 53 additions and 35 deletions

View File

@ -43,10 +43,10 @@ namespace osu.Game.Tests.Visual.SongSelect
});
AddStep(@"Trigger visibility", topScoreContainer.ToggleVisibility);
AddStep(@"Add score(rank 999)", () => topScoreContainer.TopScore.Value = scores[0]);
AddStep(@"Add score(rank 110000)", () => topScoreContainer.TopScore.Value = scores[1]);
AddStep(@"Add score(rank 22333)", () => topScoreContainer.TopScore.Value = scores[2]);
AddStep(@"Add null score", () => topScoreContainer.TopScore.Value = null);
AddStep(@"Add score(rank 999)", () => topScoreContainer.Score.Value = scores[0]);
AddStep(@"Add score(rank 110000)", () => topScoreContainer.Score.Value = scores[1]);
AddStep(@"Add score(rank 22333)", () => topScoreContainer.Score.Value = scores[2]);
AddStep(@"Add null score", () => topScoreContainer.Score.Value = null);
scores = new APILegacyUserTopScoreInfo[]
{