osu/osu.Game.Tests
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
Beatmaps Move GetDifficultyRating helper method to StarDifficulty 2022-06-23 19:51:58 +09:00
Chat Automated #nullable processing 2022-06-17 16:37:17 +09:00
Collections/IO Update parameter discards 2022-06-24 21:26:19 +09:00
Database Remove unused using statement 2022-06-27 18:04:52 +09:00
Editing Automated #nullable processing 2022-06-17 16:37:17 +09:00
Gameplay Replace usages of string.To{Lower,Upper}() 2022-06-24 11:57:45 +02:00
Input Automated #nullable processing 2022-06-17 16:37:17 +09:00
Localisation Automated #nullable processing 2022-06-17 16:37:17 +09:00
Models Automated #nullable processing 2022-06-17 16:37:17 +09:00
Mods Automated #nullable processing 2022-06-17 16:37:17 +09:00
NonVisual Add messages to all InvalidOperationExceptions 2022-06-28 01:34:25 +09:00
Online Rename Import(TModel) to ImportModel to differentiate from other import methods 2022-06-20 15:18:07 +09:00
OnlinePlay Automated #nullable processing 2022-06-17 16:37:17 +09:00
Resources Automated #nullable processing 2022-06-17 16:37:17 +09:00
Rulesets Manual #nullable processing 2022-06-17 16:38:35 +09:00
Scores/IO Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScrollAlgorithms Automated #nullable processing 2022-06-17 16:37:17 +09:00
Skins Remove unnecessary null casts 2022-06-24 14:50:11 +09:00
Testing Automated #nullable processing 2022-06-17 16:37:17 +09:00
Utils Automated #nullable processing 2022-06-17 16:37:17 +09:00
Visual Attempt to fix editor navigation test failures again 2022-06-29 22:45:56 +02:00
ImportTest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
osu.Game.Tests.csproj
tests.ruleset
WaveformTestBeatmap.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00