1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00
osu-lazer/osu.Game.Tests/Visual/Playlists
Jai Sharma c56df80106 Fix PlaylistResultsScreen test failures
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.
2022-03-15 20:38:04 +00:00
..
TestScenePlaylistsLoungeSubScreen.cs Rename room managers 2021-10-27 19:36:32 +09:00
TestScenePlaylistsMatchSettingsOverlay.cs Remove beatmap bindable from PlaylistItem 2022-02-15 23:50:08 +09:00
TestScenePlaylistsParticipantsList.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
TestScenePlaylistsResultsScreen.cs Fix PlaylistResultsScreen test failures 2022-03-15 20:38:04 +00:00
TestScenePlaylistsRoomCreation.cs Merge branch 'master' into beatmap-decoder-ruleset-store 2022-02-18 16:52:33 +09:00
TestScenePlaylistsScreen.cs Fix TestScenePlaylistsScreen crashing on entering room 2022-01-18 13:42:41 +09:00