Skip to content
Snippets Groups Projects

Resolve #3041318 "Various random fails"

Closed Michael Strelan requested to merge issue/drupal-3041318:3041318-various-random-fails into 11.x
5 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -292,7 +292,7 @@ protected function addPersistentFieldStorage(): void {
$this->assertSession()->pageTextContains('Re-use an existing field');
// Ensure that we test with a label that contains HTML.
$label = $this->randomString(4) . '<br/>' . $this->randomString(4);
$label = $this->randomMachineName(4) . '<br/>' . $this->randomMachineName(4);
// Add a new field for the orphaned storage.
$this->fieldUIAddExistingField("admin/structure/types/manage/page", $this->fieldName, $label);
}
Loading