mirror of
https://github.com/ppy/osu
synced 2024-12-26 17:02:59 +00:00
Merge pull request #14982 from smoogipoo/fix-score-panel-test
Fix intermittent score panel test failure
This commit is contained in:
commit
622e81f47a
@ -221,6 +221,8 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
list.SelectedScore.Value = middleScore;
|
||||
});
|
||||
|
||||
AddUntilStep("wait for all scores to be visible", () => list.ChildrenOfType<ScorePanelTrackingContainer>().All(t => t.IsPresent));
|
||||
|
||||
assertScoreState(highestScore, false);
|
||||
assertScoreState(middleScore, true);
|
||||
assertScoreState(lowestScore, false);
|
||||
|
Loading…
Reference in New Issue
Block a user