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.

Command icon 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

geek-merlin created an issue. See original summary.

mably made their first commit to this issue’s fork.

mably’s picture

Version: 8.x-1.x-dev » 2.0.x-dev
Status: Active » Needs review

Tried to implement a basic browser test.

Found most of my inspiration in the DateTimeWidgetTest code.