silverstripe-framework/tests/behat/features/bootstrap
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
..
SilverStripe/Framework/Test/Behaviour Behat: Ignore native dropdowns if they're not visible 2015-01-06 10:19:17 +13:00
FeatureContext.php Fixing coding conventions in Behat files 2013-11-15 12:03:43 +01:00