Currently this only has a "after install admin page is visible" test.
A proper test should be easy: Add widget settings, render it and assert that assert that seconds are not there.
Issue fork datetimehideseconds-3348226
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mably commentedTried to implement a basic browser test.
Found most of my inspiration in the DateTimeWidgetTest code.