Merge branch 'master' into autopilot

This commit is contained in:
RedMindZ
2019-05-12 16:27:31 +03:00
committed by GitHub
5 changed files with 22 additions and 6 deletions

View File

@ -93,7 +93,7 @@ namespace osu.Game.Tests.Visual.Online
AddUntilStep("remove all channels", () =>
{
var first = channelTabControl.Items.First();
if (first.Name == "+")
if (first is ChannelSelectorTabItem.ChannelSelectorTabChannel)
return true;
channelTabControl.RemoveChannel(first);