1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 20:50:41 +08:00
Files
osu-lazer/osu.Game.Tests/Visual
T
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.
c56df80106 · 2022-03-15 20:38:04 +00:00
History
..
2021-08-03 15:02:18 +03:00
2022-02-10 19:35:28 +09:00