1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 06:47:25 +08:00

Changing the Tests

This commit is contained in:
Joseph-Ramos-CMU 2020-12-14 13:00:02 -05:00
parent 3301f532ee
commit 5903569386

View File

@ -255,8 +255,7 @@ namespace osu.Game.Tests.Visual.Online
AddStep("Select channel 1", () => clickDrawable(chatOverlay.TabMap[channel1]));
AddStep("Click channel 1 close button", () => clickDrawable(((TestPrivateChannelTabItem)chatOverlay.TabMap[channel1]).CloseButton.Child));
AddAssert("channel 1 closed", () => !channelManager.JoinedChannels.Contains(channel1));
AddAssert("channel 2 closed", () => !channelManager.JoinedChannels.Contains(channel2));
AddAssert("All channels closed", () => !channelManager.JoinedChannels.Any();
pressControlShiftT();
// Channel 1 should now be open again. Channel 2 should not