1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 01:07:25 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 8171deec49
Attempt to fix editor navigation test failures again
First of all, stop relying that `InputManager` will successfully press
the gameplay test button, because it won't if it's obscured by the
notification overlay. Closing the overlay in a loop doesn't work because
there's a chance that a notification is posted, then all overlays are
closed, then another notification is posted, and so the button still
isn't clickable. Instead, use the `TestGameplay()` method directly.

Secondly, the notifications will still block `EditorPlayerLoader` from
transitioning to `EditorPlayer`. Here we have no other choice than to
aggressively dismiss notifications every spin of the relevant until
step and hope we eventually progress to `EditorPlayer`.
2022-06-29 22:45:56 +02:00
..
Audio Automated #nullable processing 2022-06-17 16:37:17 +09:00
Background Automated #nullable processing 2022-06-17 16:37:17 +09:00
Beatmaps Automated #nullable processing 2022-06-17 16:37:17 +09:00
Collections Automated #nullable processing 2022-06-17 16:37:17 +09:00
Colours Automated #nullable processing 2022-06-17 16:37:17 +09:00
Components Automated #nullable processing 2022-06-17 16:37:17 +09:00
Editing Attempt to fix editor navigation test failures again 2022-06-29 22:45:56 +02:00
Gameplay Merge pull request #18915 from peppy/slider-snaking-test-refactoring 2022-06-28 16:16:35 +09:00
Menus Automated #nullable processing 2022-06-17 16:37:17 +09:00
Mods Automated #nullable processing 2022-06-17 16:37:17 +09:00
Multiplayer Update parameter discards 2022-06-24 21:26:19 +09:00
Navigation Fix incorrect disposal in teardown steps 2022-06-21 14:08:30 +09:00
Online Fix crash on visual esting TestSceneChatOverlay due to null user 2022-06-30 03:43:56 +09:00
Playlists Update parameter discards 2022-06-24 21:26:19 +09:00
Ranking Automated #nullable processing 2022-06-17 16:37:17 +09:00
Settings Update parameter discards 2022-06-24 21:26:19 +09:00
SongSelect Add messages to all InvalidOperationExceptions 2022-06-28 01:34:25 +09:00
UserInterface Fix one more mod settings test 2022-06-28 09:54:18 -07:00
TestMultiplayerComponents.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TestSceneOsuScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00