1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:47:25 +08:00
osu-lazer/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 Remove BeatmapSetInfo.OnlineInfo and all usages 2021-11-04 15:23:04 +09:00
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 Reorder buttons to match stable 2020-09-14 11:23:41 -07:00
TestSceneBeatmapRecommendations.cs Replace one more usage 2021-11-24 18:29:33 +09:00
TestSceneFilterControl.cs Fix test failure due to retyped class 2021-10-14 14:11:12 +09:00
TestScenePlaySongSelect.cs Combine all test data BeatmapSetInfo creation into a single method 2021-11-24 18:07:32 +09:00
TestSceneSongSelectFooter.cs Add test coverage for song select footer area 2021-04-07 18:29:31 +09:00
TestSceneUserTopScoreContainer.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00