/**
* {@inheritdoc}
*/
protected $defaultTheme = 'starterkit_theme';
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
createContentType(['type' => 'bundle_with_section_field'
]);
$this->
drupalLogin($this->
drupalCreateUser([ 'configure any layout',
'create and edit custom blocks',
'administer node display',
'administer node fields',
'access contextual links',
]));
// Enable layout builder.
$this->
drupalGet(static::FIELD_UI_PREFIX . '/display/default'
);