Skip to content
Snippets Groups Projects
Commit 667a05a0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2120395 by dpi, swentel: Useless test in UserRegistrationTest.php

parent 3da27e53
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -237,12 +237,8 @@ function testRegistrationDefaultValues() {
->set('timezone.default', 'Europe/Brussels')
->save();
// Check that the account information options are not displayed
// as a details element if there is not more than one details in the form.
$this->drupalGet('user/register');
$this->assertNoRaw('<details id="edit-account"><summary>Account information</summary>');
// Check the presence of expected cache tags.
$this->drupalGet('user/register');
$this->assertCacheTag('config:user.settings');
$edit = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment