mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
c56df80106
As seen: https://github.com/ppy/osu/pull/17252/checks?check_run_id=5545717506 The `PlaylistsResultsScreen` takes a lease on the `Beatmap` bindable when entered. During `SetUp`, the `Beatmap` bindable is reassigned but fails in cases where an existing test instance of the screen hasn't been exited yet. This fix moves the assignment into the `SetUpSteps` function after `base.SetUpSteps` is called which will exit the existing screens first. |
||
---|---|---|
.. | ||
TestScenePlaylistsLoungeSubScreen.cs | ||
TestScenePlaylistsMatchSettingsOverlay.cs | ||
TestScenePlaylistsParticipantsList.cs | ||
TestScenePlaylistsResultsScreen.cs | ||
TestScenePlaylistsRoomCreation.cs | ||
TestScenePlaylistsScreen.cs |