osu/osu.Game.Tests/Visual/SongSelect
Dean Herbert a73919917c Fix intermittent test failures in TestScenBeatmapInfoWedge due to async load
https://github.com/ppy/osu/runs/4358685294?check_suite_focus=true

Occurs due to the wedge content also reloading on ruleset change, which
wasn't being accounted for. In a fail case, the content would change
during the "select beatmap" step's async load wait, causing incorrect
results.

51a353e12d/osu.Game/Screens/Select/BeatmapInfoWedge.cs (L70)
2021-11-30 12:32:09 +09:00
..
TestSceneAdvancedStats.cs Rename BeatmapInfo.StarDifficulty to StarRating to match underlying interface 2021-11-11 17:19:46 +09:00
TestSceneBeatmapCarousel.cs Fix occasional test failure due to default value oversight in TestSceneBeatmapCarousel 2021-11-25 16:29:06 +09:00
TestSceneBeatmapDetails.cs
TestSceneBeatmapInfoWedge.cs Fix intermittent test failures in TestScenBeatmapInfoWedge due to async load 2021-11-30 12:32:09 +09:00
TestSceneBeatmapLeaderboard.cs Move score download logic out of ScoreManager 2021-11-25 17:33:04 +09:00
TestSceneBeatmapMetadataDisplay.cs Change difficulty cache storage type to nullable 2021-11-20 17:00:50 +01:00
TestSceneBeatmapOptionsOverlay.cs
TestSceneBeatmapRecommendations.cs Replace one more usage 2021-11-24 18:29:33 +09:00
TestSceneFilterControl.cs
TestScenePlaySongSelect.cs Combine all test data BeatmapSetInfo creation into a single method 2021-11-24 18:07:32 +09:00
TestSceneSongSelectFooter.cs
TestSceneUserTopScoreContainer.cs