mirror of
https://github.com/osukey/osukey.git
synced 2025-06-22 19:57:56 +09:00
Fix test step not being until
when it needs to be
This commit is contained in:
parent
a80e461000
commit
0ba0b5f11a
@ -135,7 +135,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
scoresContainer.Scores = allScores;
|
scoresContainer.Scores = allScores;
|
||||||
});
|
});
|
||||||
|
|
||||||
AddAssert("best score not displayed", () => scoresContainer.ChildrenOfType<DrawableTopScore>().Count() == 1);
|
AddUntilStep("best score not displayed", () => scoresContainer.ChildrenOfType<DrawableTopScore>().Count() == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
private int onlineID = 1;
|
private int onlineID = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user