1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 12:37:29 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert 0f8a6a3f64 Fix intermittent failures on TestSceneBeatmapListingOverlay
In the specific method, there was no wait step after the initial fetch
(unlike all of the rest), meaning the fetch may not have finished in
time for the follow-up steps.

As seen at
https://github.com/ppy/osu/runs/4588058438?check_suite_focus=true.
2021-12-21 14:12:06 +09:00
..
Audio Fix AudioFilter test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Background Wait for previous screen to be hidden in test 2021-12-20 12:44:23 +09:00
Beatmaps Add failing test showing expanded state being unexpectedly lost 2021-12-15 16:26:19 +09:00
Collections Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +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 Add test coverage of editor resetting mods on entering 2021-12-10 18:57:33 +09:00
Gameplay Merge branch 'master' into fix-realm-post-storage-migration-failure 2021-12-17 00:19:46 +01:00
Menus Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Merge branch 'master' into fix-ready-button-test 2021-12-20 11:02:43 +01:00
Navigation Rename TestMultiplayerScreenStack to TestMultiplayerComponents 2021-12-20 18:24:59 +09:00
Online Fix intermittent failures on TestSceneBeatmapListingOverlay 2021-12-21 14:12:06 +09:00
Playlists Add wait step to TestScenePlaylistResultScreen explicitly for screen load 2021-12-20 16:58:36 +09:00
Ranking Move "excess mods" test behaviour to local usages 2021-12-13 16:41:30 +09:00
Settings Rewrite overflow test step for legibility 2021-11-23 06:43:17 +01:00
SongSelect Ensure presence of at least 1 difficulty for each ruleset 2021-12-20 11:34:39 +01:00
UserInterface Use OnlineID for set operations 2021-12-10 16:11:48 +09:00
TestMultiplayerComponents.cs Rename TestMultiplayerScreenStack to TestMultiplayerComponents 2021-12-20 18:24:59 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00