Skip to content

Commit 287c8e6

Browse files
authored
reenable other ciam test (#2989)
* reenable other ciam test * remove commented theory data
1 parent 7889d56 commit 287c8e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/E2E Tests/WebAppUiTests/TestingWebAppLocally.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPassword()
4646
await ExecuteWebAppCallsGraphFlow(labResponse.User.Upn, labResponse.User.GetOrFetchPassword(), clientEnvVars, TraceFileClassName).ConfigureAwait(false);
4747
}
4848

49-
// [Theory(Skip = "https://github.com/AzureAD/microsoft-identity-web/issues/2982")]
5049
[Theory]
5150
[InlineData("https://MSIDLABCIAM6.ciamlogin.com")] // CIAM authority
5251
[InlineData("https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/")] // CIAM CUD Authority

tests/E2E Tests/WebAppUiTests/WebAppCallsApiCallsGraphLocally.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds
180180
}
181181
}
182182

183-
[Theory(Skip = "https://github.com/AzureAD/microsoft-identity-web/issues/2982")]
183+
[Theory]
184184
[InlineData("https://MSIDLABCIAM6.ciamlogin.com")] // CIAM authority
185185
[InlineData("https://login.msidlabsciam.com/fe362aec-5d43-45d1-b730-9755e60dc3b9/v2.0/")] // CIAM CUD Authority
186186
[SupportedOSPlatform("windows")]

0 commit comments

Comments
 (0)