Fix intermittent score panel test failure

This commit is contained in:
smoogipoo 2021-10-06 16:46:24 +09:00
parent 0d1243a0b5
commit 456cfd62bf
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ public void TestKeyboardNavigation()
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);