Files
osukey/osu.Game.Tests
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
..
2021-12-03 18:49:49 +09:00
2021-11-24 15:03:34 +09:00
2021-12-27 20:26:28 -08:00
2022-02-15 16:56:00 +09:00
2022-03-09 19:09:51 +09:00