Skip to content
Snippets Groups Projects
Commit 66f39668 authored by Qiangjun Ran's avatar Qiangjun Ran Committed by Qiangjun Ran
Browse files

Issue #3342844 by jungle: Remove debug code introduced in #3282251

parent 0cc03aab
No related branches found
No related tags found
No related merge requests found
......@@ -142,15 +142,6 @@ protected function createField($type = 'field_example_rgb', $widget_type = 'fiel
// And now we save the cardinality settings.
$this->submitForm($edit, 'Save field settings');
dump(
(string) new FormattableMarkup('Saved settings for field %field_name with widget %widget_type and cardinality %cardinality',
[
'%field_name' => $field_name,
'%widget_type' => $widget_type,
'%cardinality' => $cardinality,
]
)
);
$assert->pageTextContains((string) new FormattableMarkup('Updated field @name field settings.', ['@name' => $field_name]));
// Set the widget type for the newly created field.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment