Skip to content
Snippets Groups Projects

Move to modal with mr

Open omkar podey requested to merge issue/drupal-3409379:move-to-modal-with-mr into 11.x
Files
21
@@ -152,11 +152,8 @@ public function testCommentFieldCreate() {
$this->drupalLogin($user);
// Create comment field in account settings.
$edit = [
'new_storage_type' => 'comment',
];
$this->drupalGet('admin/config/people/accounts/fields/add-field');
$this->submitForm($edit, 'Continue');
$this->clickLink('Comment');
$edit = [
'label' => 'User comment',
'field_name' => 'user_comment',
Loading