1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 06:42:54 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 8b04455c29
Fix chat overlay tests
Not entirely sure why they were failing previously, but the most likely
explanation is that by freak accident some mock requests would
previously execute immediately rather than be scheduled on the API
thread, which would change execution ordering and ensure that
`ChannelManager.CurrentChannel` would become the joined channel, rather
than remaining at the channel listing.
2024-08-30 14:57:15 +02:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Remove requirement of specifying animateOnnter in BackgroundScreen ctor 2024-08-07 19:07:44 +09: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 Frenzi's WIP animation 2024-08-07 19:07:45 +09:00
Editing Merge pull request #28737 from OliBomby/doubleclick 2024-08-30 16:22:50 +09:00
Gameplay Merge pull request #29615 from peppy/break-overlay-improvements 2024-08-27 11:16:08 +02:00
Menus Merge pull request #29512 from peppy/toolbar-pp-change-weird 2024-08-22 12:08:12 +02:00
Mods Move solution to multiplayer flow instead 2024-01-28 00:42:04 +03:00
Multiplayer Make ID retrieval global to all tests and fix multiple other usages 2024-08-09 17:46:51 +09:00
Navigation Rename SkinComponentsContainer to SkinnableContainer 2024-08-22 17:42:50 +09:00
Online Fix chat overlay tests 2024-08-30 14:57:15 +02:00
Playlists Add failing test case 2024-07-25 09:16:09 +03:00
Ranking Remove unnecessary depth and padding set 2024-07-27 19:13:11 -07:00
Settings Add failing test case 2024-06-27 06:41:44 +03:00
SongSelect Move other V2 tests to new test namespace 2024-08-14 15:51:07 +09:00
SongSelectV2 Update remaining tests to use new base class (and tidy up V2 suffixes) 2024-08-14 21:09:28 +09:00
UserInterface Add failing test case 2024-08-21 03:22:03 +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