silverstripe-framework/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour
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
..
CmsFormsContext.php BUG Fix static call to protected instance method 2014-10-20 17:04:25 +13:00
CmsUiContext.php Behat: Ignore native dropdowns if they're not visible 2015-01-06 10:19:17 +13:00