mirror of
https://github.com/osukey/osukey.git
synced 2025-07-25 04:10:03 +09:00
Select correct channel regardless of load order
This commit is contained in:
@ -469,6 +469,8 @@ namespace osu.Game.Tests.Visual.Online
|
||||
chatOverlay.Show();
|
||||
});
|
||||
|
||||
AddStep("Select channel 1", () => clickDrawable(getChannelListItem(testChannel1)));
|
||||
|
||||
waitForChannel1Visible();
|
||||
AddStep("Press document next keys", () => InputManager.Keys(PlatformAction.DocumentNext));
|
||||
waitForChannel2Visible();
|
||||
|
Reference in New Issue
Block a user