-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
We have an NgOptionsLocatorStrategy that matches on ng-options. At the moment we use this to generate a selector for the select, but Protractor returns the nested options if by.options is used. Because of this all of the generated methods are incorrect (our methods assume they work with the select tag).
For now, I have removed this locator strategy from the config. We need to test the generated methods with a Protractor test and adjust if necessary.