microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Add UI test for "is_remote_login_required=true" showing DCF option (MSAL)

Open fadidurah opened this issue 3 years ago • 1 comments

Work Item: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2096386

I created this Test Case: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2110359

Work to create an automated UI test to check that the "Sign in from another device" option shows up when we call acquire token with "is_remote_login_required=true" parameter.

MSAL PR is to add the new test case to check for the DCF option.

Related PRs Common: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/1862 Broker: https://github.com/AzureAD/ad-accounts-for-android/pull/2023

fadidurah avatar Oct 06 '22 06:10 fadidurah

Codecov Report

Merging #1704 (2bd7206) into dev (38a3fd8) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##                dev    #1704   +/-   ##
=========================================
  Coverage     49.55%   49.55%           
  Complexity      376      376           
=========================================
  Files            60       60           
  Lines          2712     2712           
  Branches        331      331           
=========================================
  Hits           1344     1344           
  Misses         1224     1224           
  Partials        144      144           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Oct 06 '22 06:10 codecov-commenter