microsoft / EasyRepro

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

[BUG] Getting error if dataverse search is turned on. "Global search button not found". Looks like code is referencing internal old searchLauncher button? #1286

Open rugvedgokhale12 opened 2 years ago

rugvedgokhale12 commented 2 years ago

Description : While using EasyRepro on version 9.2.x, we get error for using Relevance Search functionality. Relevance search is now renamed to Dataverse Search. Error "The Global Search button is not available.". I think the framework trying to reference old DOM element "searchLauncher" which is not available in this version as search button is now a centrally located search box.

Reason : Dataverse Search is a common feature and henceforth old global search will not longer be used. So this should qualify as immediate new feature to make sure EasyRepro is in sync with latest Dynamics environment.