Skip to content

Commit b1fbc93

Browse files
committed
Remove Selenium.WebDriver.ChromeDriver package reference to match main branch
1 parent ae9ba1a commit b1fbc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/SeleniumTests/InteractiveFlowTests.NetFwk.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public async Task Interactive_MsaUser_Async()
6969
[RunOn(TargetFrameworks.NetCore)]
7070
public async Task InteractiveConsentPromptAsync()
7171
{
72-
var labResponse = await LabUserHelper.GetDefaultUserAsync().ConfigureAwait(false);
72+
var labResponse = await LabUserHelper.GetDefaultUserWithMultiTenantAppAsync().ConfigureAwait(false);
7373

7474
await RunPromptTestForUserAsync(labResponse, Prompt.Consent, true).ConfigureAwait(false);
7575
await RunPromptTestForUserAsync(labResponse, Prompt.Consent, false).ConfigureAwait(false);
@@ -163,7 +163,7 @@ public async Task Interactive_Adfs_DirectAsync()
163163
[RunOn(TargetFrameworks.NetCore)]
164164
public async Task ValidateCcsHeadersForInteractiveAuthCodeFlowAsync()
165165
{
166-
LabResponse labResponse = await LabUserHelper.GetDefaultUserAsync().ConfigureAwait(false);
166+
LabResponse labResponse = await LabUserHelper.GetDefaultUserWithMultiTenantAppAsync().ConfigureAwait(false);
167167

168168
var pca = PublicClientApplicationBuilder
169169
.Create(labResponse.App.AppId)

0 commit comments

Comments
 (0)