public function ClaroPasswordConfirmWidgetTest::testFillConfirmOnly in Drupal 9
Tests the password confirm widget so that only confirm input is filled.
Overrides PasswordConfirmWidgetTest::testFillConfirmOnly
File
- core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroPasswordConfirmWidgetTest.php, line 37
Class
- ClaroPasswordConfirmWidgetTest
- Tests the password confirm widget with Claro theme.
Namespace
Drupal\FunctionalJavascriptTests\ThemeCode
public function testFillConfirmOnly() {
// This test is not applicable to Claro because confirm field is hidden
// until the password has been filled in the main field.
}