1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-16 02:11:05 +08:00
osu-lazer/osu.Game.Tests/Visual
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
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Attempt to fix test better 2024-03-16 12:15:12 +08: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 Replace old bad daily challenge leaderboard with new implementation 2024-07-04 13:52:08 +02:00
Editing Fix test regression 2024-07-12 16:29:41 +09:00
Gameplay Fix intermitent test failure in TestSceneArgonHealthDisplay 2024-07-18 01:20:50 +03:00
Menus Allow multiple ducks with same parameters 2024-07-08 13:52:40 +09:00
Mods Move solution to multiplayer flow instead 2024-01-28 00:42:04 +03:00
Multiplayer Update TestSceneFreeModSelectOverlay to work again 2024-07-11 15:31:23 +03:00
Navigation Fix TestTouchScreenDetectionAtSongSelect test failure 2024-07-18 16:26:16 +09:00
Online Remove unused ruleset parameter when testing beatmap in editor 2024-03-01 20:28:52 +08:00
Playlists Add results screen for displaying arbitrary daily challenge scores 2024-07-04 13:45:24 +02: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 Merge branch 'master' into footer-v2-integration 2024-07-10 15:33:05 +09:00
UserInterface Merge pull request #28683 from frenzibyte/footer-v2-integration 2024-07-12 22:45:06 +09: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