1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 08:12:56 +08:00
osu-lazer/osu.Game.Tests/Visual
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
..
Audio Fix AudioFilter test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Background Update existing usages to point to RealmRulesetStore 2022-02-16 17:13:54 +09:00
Beatmaps Merge branch 'master' into realm-integration/score-and-beatmaps 2022-01-15 14:45:42 +01:00
Collections Update existing usages to point to RealmRulesetStore 2022-02-16 17:13:54 +09:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components Rewrite PreviewTrackManager to avoid constructing TrackBass locally 2021-11-09 17:38:12 +09:00
Editing Move editor mode selector out of EditorMenuBar to allow for better reuse 2022-03-02 20:05:01 +09:00
Gameplay Merge branch 'master' into pp-counter-alloc-reduction 2022-03-15 13:31:57 +09:00
Menus Fix test regression due to mouse overlapping settings overlay 2022-02-15 02:54:45 +09:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Remove unnecessary ctor arguments 2022-03-15 12:34:58 +09:00
Navigation Fix potential test failures due to slow realm refresh in TestSceneScreenNavigation 2022-03-10 18:10:08 +09:00
Online Merge branch 'master' into chat-mention-highlight 2022-03-11 17:51:22 +03:00
Playlists Fix PlaylistResultsScreen test failures 2022-03-15 20:38:04 +00:00
Ranking Restructure PerformanceCalculator to not require ScoreInfo argument 2022-03-14 14:25:28 +09:00
Settings Update tests 2022-02-10 19:35:28 +09:00
SongSelect Merge pull request #17170 from peppy/fix-top-local-rank-test-failures-realm-callback 2022-03-09 11:14:37 +09:00
UserInterface Implement basic difficulty multiplier display 2022-03-07 22:50:51 +01:00
TestMultiplayerComponents.cs Merge branch 'master' into remove-playlistitem-beatmap 2022-02-16 14:24:57 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00