mirror of https://github.com/ppy/osu
Set the beatmap locally available for participants list tests
This commit is contained in:
parent
5d209b3ffc
commit
537404440d
|
@ -383,6 +383,8 @@ private void createNewParticipantsList()
|
||||||
});
|
});
|
||||||
|
|
||||||
AddUntilStep("wait for list to load", () => participantsList?.IsLoaded == true);
|
AddUntilStep("wait for list to load", () => participantsList?.IsLoaded == true);
|
||||||
|
|
||||||
|
AddStep("set beatmap available", () => MultiplayerClient.ChangeBeatmapAvailability(BeatmapAvailability.LocallyAvailable()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkProgressBarVisibility(bool visible) =>
|
private void checkProgressBarVisibility(bool visible) =>
|
||||||
|
|
Loading…
Reference in New Issue