Select correct channel regardless of load order

This commit is contained in:
Dean Herbert 2022-05-30 17:57:48 +09:00
parent dcc53fbd47
commit 0981d415a1

View File

@ -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();