
This sign in popup comes randomly for our data verse environment. We have selenium UI test which does following.
step 1: Visit url https://org79ac6886.crm10.dynamics.com
step2: finish the login flow. (We are using this repo GitHub - microsoft/EasyRepro: Automated UI testing API for Dynamics 365 to write all selenium UI test cases)
step 3: Test selects particular MDA
step 4: The MDA launches, and we click on a menu item from left panel.
After this, above sing in pop up shows up and test case gets interrupted. Is this an issue with Dataverse instance where first / initial sign in session is not maintained properly?
Is there any work around for this?