microsoft / EasyRepro

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

[BUG] Cannot `SwitchView` to a view that requires scrolling to #1262

Open tdashworth opened 2 years ago

tdashworth commented 2 years ago

Bug Report

Issues should only be created for items related to covered functionality.

Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.

EasyRepro Version

UCI or Classic Web

Online or On Premise

Browser

Describe the bug
When using SwitchView, the following error message is returned because the view being switched to is out of frame and needs to be scrolled to.

System.InvalidOperationException: No view with the name 'all field tasks' exists.

image

The image above shows that "All Field Tasks" is out of frame.

Special formatting / display
N/A

Code to reproduce

Expected behavior
View should be selectable.

tipsey commented 2 years ago

I am having similar issue : I change language to French and it cannot seen to locate the french view banes. In English, I can select the views. Both languages are within viewable window.

xrmApp.Grid.SwitchView("English name works"); xrmApp.Grid.SwitchView("French name does not work");

aliyoussefi commented 2 years ago

@tdashworth Thank you for your input. I will take a look at this as soon as possible. Could you please provide the server version you are using located in the Settings->About page?

tdashworth commented 2 years ago

@aliyoussefi Thanks for taking a look.

Timestamp: 2022-01-27T15:14:21.593Z Build name: 0.0.20220121.2-2201.3-prod Version 1710 (9.2.21123.167) online