1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 12:50:38 +08:00

Fix intermittent score panel test failure

This commit is contained in:
smoogipoo
2021-10-06 16:46:24 +09:00
Unverified
parent 0d1243a0b5
commit 456cfd62bf
@@ -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);