silverstripe-framework/tests/behat
Ingo Schommer c705c547fd Behat: Ignore native dropdowns if they're not visible
The CmsUiContext->theIFillInTheDropdownWith() method was written
primarily for TreeDropdownField, which don't have a select tag (only an input tag).
The method currently fails for CMS dropdowns (Dropdown form field class),
since they have a hidden select tag.

I've checked through core feature files and confirmed that every use
of the method relates to TreeDropdownField, which is why this bug hasn't ocurred earlier.
2015-01-06 10:19:17 +13:00
..
features Behat: Ignore native dropdowns if they're not visible 2015-01-06 10:19:17 +13:00
_manifest_exclude NEW Support for Behat tests, and initial set of tests 2012-11-16 15:31:55 +13:00
README.md NEW Support for Behat tests, and initial set of tests 2012-11-16 15:31:55 +13:00