silverstripe-framework/tests
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
..
api Merge pull request #2515 from guttmann/html-text-absolutelink-placeholders 2014-09-25 16:07:41 +12:00
assets FIX extra_requirements to accept non associative arrays. 2013-06-02 13:37:34 +12:00
behat Behat: Ignore native dropdowns if they're not visible 2015-01-06 10:19:17 +13:00
cache Make CacheTest sleep properly 2013-12-21 15:05:51 +13:00
control Better tests for SSViewer::flush & Flushable 2014-10-13 09:44:14 +01:00
core Merge pull request #3484 from dnadesign/object_has_extension_fix 2014-10-24 17:20:00 +13:00
dev ENH making /dev extendable 2014-08-06 16:29:52 +12:00
email Unit tests for Email 2013-10-09 11:51:29 +01:00
filesystem BUG Upload: File versioning with existing files 2014-10-22 08:48:55 +13:00
forms Fix whitespace issues in NumericField/NumericFieldTest 2014-11-03 09:13:54 +00:00
i18n BUG Default Member.Locale now chooses a better default value when i18n.locale is not a valid translation 2014-01-30 15:55:14 +13:00
injector BUG Fix issue with inheritance of Injector service configuration 2014-08-25 10:23:01 +12:00
integration FIX We still need XML escaping on href attributes in HTML4Value 2013-04-18 09:13:24 +12:00
javascript Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
model BUG Fix versioned 2014-12-02 22:30:59 +02:00
oembed FIX oembed to avoid mixed media issues 2013-10-17 17:06:40 +13:00
parsers API: Pass extra context information to shortcode handlers. 2013-10-09 15:05:17 +11:00
phpcs Add code-sniffs other than line length to scrutinizer 2013-05-23 10:39:01 +12:00
search FulltextSearchableTest doesn't clean up after itself. 2013-10-22 17:52:51 +13:00
security BUG Security::findAnAdministrator doesn't always find an admin 2014-11-18 15:36:34 +13:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates FEATURE: <% include %> inherits iterator scope of parent template 2013-07-07 12:39:42 +00:00
testing API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
view BUG Fix flushing of SSViewer cache via testing 2014-10-14 09:47:05 +13:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
FakeController.php Better support for overloading start and destroy methods in Session 2014-06-20 10:35:53 +12:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
phpcs_runner.php Only have Scrutinizer check PHP files 2013-08-21 21:02:12 +12:00
PhpSyntaxTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00