Fix `MultiplayerMatchFooter` test crash due to missing `PopoverContainer`
Refactor `TestSceneRankRangePill` to not depend on `TestMultiplayerClient`
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
MultiplayerMatchFooter
PopoverContainer
Clicking the countdown button would crash. I did consider removing the test altogether but maybe it'll be useful in the future?
GameplayChatDisplay
MultiplayerTestScene
TestSceneRankRangePill
TestMultiplayerClient
Fix dialog dangerous button being clickable at edges
MultiplayerGameplayLeaderboard
DrawableRoom
Implement basic layout & behaviour of new mod select screen
TestResources
TestSceneMultiplayerMatchSongSelect
The import process was running on the async load thread, but then accessed from the access thread later on. This seemed to somehow pass fine in headless runs, but would fail on visual test execution (specifically on `TestBeatmapConfirmed()`).
Fix playlist refreshing all items on order change
Implement `ChatTextBox` for new chat design
nameof()
Action<string>
OnChatMessageCommitted
viaConfig
TestCase
Values
OnChatMessageCommit
OnSearchTermsChanged
ChatTextBar
I remembered to run InspectCode this time, all good