mirror of
https://github.com/ppy/osu
synced 2024-12-17 20:35:21 +00:00
Select correct channel regardless of load order
This commit is contained in:
parent
dcc53fbd47
commit
0981d415a1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user