Skip to content

Commit

Permalink
Disabling arlinton test case for "WithSecret_TestAsync" (#4906)
Browse files Browse the repository at this point in the history
* Disabling arlinton test case for "WithSecret_TestAsync"

* Reverting button change

---------

Co-authored-by: trwalke <trwalke@microsoft.com>
  • Loading branch information
trwalke and trwalke committed Aug 23, 2024
1 parent 4ad6276 commit 867f5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public async Task WithCertificate_TestAsync(Cloud cloud, TargetFrameworks runOn,
[DataTestMethod]
[DataRow(Cloud.Public, TargetFrameworks.NetCore)]
[DataRow(Cloud.Adfs, TargetFrameworks.NetFx)]
[DataRow(Cloud.Arlington, TargetFrameworks.NetCore)]
//[DataRow(Cloud.Arlington, TargetFrameworks.NetCore)] TODO: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4905
//[DataRow(Cloud.PPE)] - secret not setup
public async Task WithSecret_TestAsync(Cloud cloud, TargetFrameworks runOn)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public static void PerformLogin(this IWebDriver driver, LabUser user, Prompt pro

HandlePrompt(driver, "otherTile");
EnterUsername(driver, user, withLoginHint, adfsOnly, fields);
HandlePrompt(driver, CoreUiTestConstants.WebSubmitId);
HandlePrompt(driver, CoreUiTestConstants.NextButton);
EnterPassword(driver, user, fields);

HandleConsent(driver, user, fields, prompt);
Expand Down

0 comments on commit 867f5cf

Please sign in to comment.