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

CommandBarActions -> IsButtonAvailable Object NullReferenceExceptions

VanHinthem opened this issue · comments

I think line 50 in CommandBarActions.cs:

var items = ribbon.FindElements(By.TagName("li"));

needs to be changed to:

var items = ribbon.FindElements(By.TagName("button"));

@VanHinthem Looks the workaround has been fixed in this commit by @mVermaat 4c07140