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:
parent
3301f532ee
commit
5903569386
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user