mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 13:42:55 +08:00
Reduce number of beatmaps added in selection test
This is because with the new keyboard selection logic, adding too many can cause the re-added selection to be off-screen in the headless test setup.
This commit is contained in:
parent
c935c3154b
commit
cef9d2eac5
@ -74,7 +74,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
RemoveAllBeatmaps();
|
RemoveAllBeatmaps();
|
||||||
AddUntilStep("no drawable selection", GetSelectedPanel, () => Is.Null);
|
AddUntilStep("no drawable selection", GetSelectedPanel, () => Is.Null);
|
||||||
|
|
||||||
AddBeatmaps(10);
|
AddBeatmaps(5);
|
||||||
WaitForDrawablePanels();
|
WaitForDrawablePanels();
|
||||||
|
|
||||||
CheckHasSelection();
|
CheckHasSelection();
|
||||||
|
Loading…
Reference in New Issue
Block a user