microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
513 stars 285 forks source link

[BUG] Release Wave 2 2022: View Picker not selecting view. #1323

Closed aliyoussefi closed 1 year ago

aliyoussefi commented 1 year 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
Starting with the Release Wave 2 2022 build (afaik), the view picker is opening but the requested view is unselectable. Received XPath error: Unable to locate element: {"method":"xpath","selector":".//span[contains(@class, 'ms-ContextualMenu-itemText')]"}

Special formatting / display
No

Code to reproduce

var key = viewItem.FindElement(By.XPath(AppElements.Xpath[AppReference.Grid.ViewSelectorMenuItem])).Text.ToLowerString();

-->

Expected behavior
OpenViewPicker picks requested view.

Screenshots

Additional context
Chrome 105

aliyoussefi commented 1 year ago

Completed with #1325