1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 18:32:54 +08:00
osu-lazer/osu.Game.Tests/Visual
Dan Balasescu 7a4758d8cc
Attempt to fix TestSelectableMouseHandling test failure
https://github.com/ppy/osu/pull/28900/checks?check_run_id=27652166871

This is an attempt. Going frame-by-frame I noticed that there's one
frame in which the text is loaded but the
FillFlowContainer/GridContainer haven't properly validated so the text
is not positioned correctly (it's overflowing the panel to the left). If
the cursor is moved at this exact time, then it may not be properly
positioned for the following assertion, even though it is _somewhere_ on
the panel.

If the above is the case, then this is a known o!f issue, but not a
simple one to solve.

I haven't reproed this locally.
2024-07-19 17:49: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 TestAllSamplesStopDuringSeek test failure 2024-07-18 16:26:42 +09: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 Attempt to fix TestSelectableMouseHandling test failure 2024-07-19 17:49:16 +09:00
Navigation Fix TestCancelNavigationToEditor test failure 2024-07-19 15:04:21 +09:00
Online Fix TestPostAsOwner test failure 2024-07-18 20:54:05 +09: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