microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
521 stars 288 forks source link

[BUG] UCITestMode browser option to prevent Lazy Loading is no longer working #993

Open ryanpiran opened 4 years ago

ryanpiran commented 4 years ago

Bug Report

EasyRepro Version

UCI or Classic Web

Online or On Premise

Browser

Describe the bug
The issue reported in https://github.com/microsoft/EasyRepro/issues/489 fixed by @TYLEROL is back and setting the browser option called UCITestMode to true no longer prevents pages from lazy loading. I spotted this in a test case where we were adding a customer service to an existing account. As the sub-grid we are trying to interact with is not currently in view on the page it is not in fact able to be interacted with and isn't loaded until the current view is scrolled to where the object is.

We're on version 9.1.0000.22234 online with 2020 release wave 1 enabled

Gtam12 commented 3 years ago

@ryanpiran Did you manage to resolve this issue by any other means. I have the same issue and I ve gone through all of related links. Nothing worked. if there is any solution to this would be a great help.

martijnvanes commented 3 years ago

Is there an update to this issue? I am also experiencing problems when I try to open a record in a grid that is not on the screen. Thank you