1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:07:24 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert 9aff646ff4 Centralise all multiplayer button clicking test logic
This adds the "wait for enabled" check in a way that can be easily
reused, as it keeps getting missed in test implementations.

This particular commit hopefully fixes
https://github.com/ppy/osu/runs/4583845033?check_suite_focus=true.
2021-12-21 13:49:51 +09:00
..
Audio Fix AudioFilter test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Background Wait for previous screen to be hidden in test 2021-12-20 12:44:23 +09:00
Beatmaps Add failing test showing expanded state being unexpectedly lost 2021-12-15 16:26:19 +09:00
Collections Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components Rewrite PreviewTrackManager to avoid constructing TrackBass locally 2021-11-09 17:38:12 +09:00
Editing Add test coverage of editor resetting mods on entering 2021-12-10 18:57:33 +09:00
Gameplay Merge branch 'master' into fix-realm-post-storage-migration-failure 2021-12-17 00:19:46 +01:00
Menus Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Centralise all multiplayer button clicking test logic 2021-12-21 13:49:51 +09:00
Navigation Rename TestMultiplayerScreenStack to TestMultiplayerComponents 2021-12-20 18:24:59 +09:00
Online Add test for ranked/unranked user display 2021-12-19 13:40:22 +01:00
Playlists Add wait step to TestScenePlaylistResultScreen explicitly for screen load 2021-12-20 16:58:36 +09:00
Ranking Move "excess mods" test behaviour to local usages 2021-12-13 16:41:30 +09:00
Settings Rewrite overflow test step for legibility 2021-11-23 06:43:17 +01:00
SongSelect Ensure presence of at least 1 difficulty for each ruleset 2021-12-20 11:34:39 +01:00
UserInterface Use OnlineID for set operations 2021-12-10 16:11:48 +09:00
TestMultiplayerComponents.cs Rename TestMultiplayerScreenStack to TestMultiplayerComponents 2021-12-20 18:24:59 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00