1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-16 03:47:26 +08:00
osu-lazer/osu.Game.Tests/Visual/Navigation
Dan Balasescu 1906c2f725
Fix TestTouchScreenDetectionAtSongSelect test failure
https://github.com/ppy/osu/actions/runs/9985890747/job/27597501295

In this case, the settings overlay is taking a very long time to load
(on a background thread), and pops in when it finishes loading because
it's been requested to open.

The opens the settings overlay, closes it (by pressing escape, this does
not actually close it because it's not loaded yet), and then enters song
select by pressing 'P' 3 times. The settings overlay finishes loading at
just the right opportune moment to eat one of the 'P' key presses.
2024-07-18 16:26:16 +09:00
..
TestSceneBeatmapEditorNavigation.cs Add failing test steps for locally modified state not being set 2024-07-11 09:43:00 +02:00
TestSceneButtonSystemNavigation.cs Add test coverage of fast menu keypresses failing to register 2024-02-26 22:24:39 +08:00
TestSceneChangeAndUseGameplayBindings.cs Enable NRT in KeyBindingsSubsection 2023-10-11 20:03:31 +02:00
TestSceneEditDefaultSkin.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneFirstRunGame.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneInterProcessCommunication.cs Update IPC usages 2024-01-18 19:45:36 +09:00
TestSceneMouseWheelVolumeAdjust.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuGame.cs Partial everything 2022-11-27 00:00:27 +09:00
TestScenePerformFromScreen.cs Fix wrong test step name 2023-07-29 16:12:02 +02:00
TestScenePresentBeatmap.cs Merge branch 'master' into update-framework 2022-11-26 16:19:36 +01:00
TestScenePresentScore.cs Add failing test case 2024-05-20 15:05:39 +02:00
TestSceneScreenNavigation.cs Fix TestTouchScreenDetectionAtSongSelect test failure 2024-07-18 16:26:16 +09:00
TestSceneSkinEditorNavigation.cs Add failing test for skins not saving on change 2024-04-29 14:38:49 +02:00
TestSceneStartupBeatmapDisplay.cs Apply NRT to BeatmapPicker 2023-01-15 15:09:25 -08:00
TestSceneStartupBeatmapSetDisplay.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneStartupImport.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneStartupRuleset.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSettingsMigration.cs Automated pass 2023-06-24 01:00:03 +09:00