@@ -37,8 +37,8 @@ public async Task GitHubPage_Is_Initialized()
3737
3838 [ TestCase ( "https://github.com" , null , false , 0 ) ]
3939 [ TestCase ( "https://enterprise.com" , null , false , 1 ) ]
40- [ TestCase ( "https://github.com" , null , true , 2 , Description = "Show URL tab for GitHub connections" ) ]
41- [ TestCase ( "https://enterprise.com" , null , true , 2 , Description = "Show URL tab for Enterprise connections" ) ]
40+ [ TestCase ( "https://github.com" , null , true , 0 , Description = "Show URL tab for GitHub connections" ) ]
41+ [ TestCase ( "https://enterprise.com" , null , true , 1 , Description = "Show URL tab for Enterprise connections" ) ]
4242 [ TestCase ( "https://github.com" , "https://github.com/github/visualstudio" , false , 2 ) ]
4343 [ TestCase ( "https://enterprise.com" , "https://enterprise.com/owner/repo" , false , 2 ) ]
4444 public async Task Default_SelectedTabIndex_For_Group ( string address , string clipboardUrl , bool isGroupA , int expectTabIndex )
@@ -56,8 +56,8 @@ public async Task Default_SelectedTabIndex_For_Group(string address, string clip
5656
5757 [ TestCase ( "https://github.com" , false , 1 , nameof ( UsageModel . MeasuresModel . NumberOfCloneViewGitHubTab ) ) ]
5858 [ TestCase ( "https://enterprise.com" , false , 1 , nameof ( UsageModel . MeasuresModel . NumberOfCloneViewEnterpriseTab ) ) ]
59- [ TestCase ( "https://github.com" , true , 1 , nameof ( UsageModel . MeasuresModel . NumberOfCloneViewUrlTab ) ) ]
60- [ TestCase ( "https://enterprise.com" , true , 1 , nameof ( UsageModel . MeasuresModel . NumberOfCloneViewUrlTab ) ) ]
59+ [ TestCase ( "https://github.com" , true , 1 , nameof ( UsageModel . MeasuresModel . NumberOfCloneViewGitHubTab ) ) ]
60+ [ TestCase ( "https://enterprise.com" , true , 1 , nameof ( UsageModel . MeasuresModel . NumberOfCloneViewEnterpriseTab ) ) ]
6161 public async Task IncrementCounter_Showing_Default_Tab ( string address , bool isGroupA , int numberOfCalls , string counterName )
6262 {
6363 var cm = CreateConnectionManager ( address ) ;
0 commit comments