mVermaat / Crm.Specflow

D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to find the ribbon

Hso-Paw opened this issue · comments

When running Specflow locally and activating a default Quote, for whatever reason the ribbon happened to pop in a few milliseconds too late.

This made the test fail with the message "Unable to find the ribbon" (method IsButtonAvailable() in CommandBarActions.cs). Some form of delay/ rechecking would be helpful in such cases.

Actually the code is in EasyRepro not this framework. Will make a pull request for this

Did fix the IsButtonAvailable though too

Can be implemented when microsoft/EasyRepro#807 is fixed