1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-03 17:53:22 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert 14a00621f8
Fix occasional test failures in TestSceneBetmapRecommendations
The game was being constructed befor the API was setup, which could mean
depending on test execution ordering and speed, the recommendations
array would not be filled.

Easy to reproduce by `[Solo]`ing `TestCorrectStarRatingIsUsed`.

See https://github.com/ppy/osu/runs/28689915929#r0s0.
2024-08-13 17:28:16 +09:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Remove requirement of specifying animateOnnter in BackgroundScreen ctor 2024-08-07 19:07:44 +09:00
Beatmaps Pass the same thing in twice for better maybe 2024-05-27 20:30:01 +09:00
Collections Add failing test for adding collection w/ name colliding w/\ default items 2023-12-18 12:47:42 +01:00
Colours Automated pass 2023-06-24 01:00:03 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
DailyChallenge Frenzi's WIP animation 2024-08-07 19:07:45 +09:00
Editing Add test of existing slider placement behaviour for safety 2024-08-05 14:25:10 +09:00
Gameplay Merge pull request #29342 from cl8n/remove-mania-action-special 2024-08-13 15:36:36 +09:00
Menus Fix tests 2024-08-12 11:19:02 +02:00
Mods Move solution to multiplayer flow instead 2024-01-28 00:42:04 +03:00
Multiplayer Make ID retrieval global to all tests and fix multiple other usages 2024-08-09 17:46:51 +09:00
Navigation Fix TestCancelNavigationToEditor test failure 2024-07-19 15:04:21 +09:00
Online Make ID retrieval global to all tests and fix multiple other usages 2024-08-09 17:46:51 +09:00
Playlists Add failing test case 2024-07-25 09:16:09 +03:00
Ranking Merge pull request #27994 from bdach/timing-distribution-graph-only-basic 2024-04-26 01:36:16 +09:00
Settings Add failing test case 2024-06-27 06:41:44 +03:00
SongSelect Fix occasional test failures in TestSceneBetmapRecommendations 2024-08-13 17:28:16 +09:00
UserInterface Fix tests 2024-08-12 11:19:02 +02:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Rename AllowTrackAdjustments to more understandable ApplyModTrackAdjustments 2023-07-25 20:20:53 +09:00