microsoft / EasyRepro

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

[BUG] <Save not working in EasyRepro> #1253

Closed smallteam1 closed 2 years ago

smallteam1 commented 2 years ago

Save and some events are stopped working. Currently we are using EasyRepro "9.2.21084.148" which is available in Nuget. Could we please know by when the EasyRepro supported version for Dynamics 365 will be available in Nuget package

System.Exception: Save Buttton is not available

inspect element showing as Save (Ctrl+S) Capture

ychandra888 commented 2 years ago

xrmApp.CommandBar.ClickCommand("Save (CTRL+S)");

above line will work, for me It's working fine

smallteam1 commented 2 years ago

Thanks for your reply ychandra888, there are 37+ tests which I need to change and not only Save, there are some other events where I am getting errors.

System.Exception: Unable to click the View Picker

is easyrepro team planning to fix these issues?

ychandra888 commented 2 years ago

Hi,

I am not sure product team will fix or not but after wave 2 enable, some of commands are not working in this EasyRepro.

Thanks & Regards, Chandra Mohan

On Wed, 8 Dec 2021, 19:39 smallteam1, @.***> wrote:

Thanks for you reply ychandra888, there are 37+ test which I need to change and not only Save, there are some other events where I am getting errors.

is easyrepro team planning fix these issues?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/microsoft/EasyRepro/issues/1253#issuecomment-988846115, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENFUN2CEUCHYSKULZC2TMDUP5RJLANCNFSM5JTVMMVA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

smallteam1 commented 2 years ago

Thanks Chandra...

https://www.nuget.org/packages/Dynamics365.UIAutomation.Api/9.2.21101.119-RW2-Preview

installed through PM console Install-Package Dynamics365.UIAutomation.Api -Version 9.2.21101.119-RW2-Preview

I have tested few tests and they are working fine...

Thanks Narasimha