Browse Source

Remove new_storage_type from form part 2.

pull/1007/head
Rosie Le Faive 6 months ago
parent
commit
263666f5fc
  1. 1
      tests/src/Functional/JsonldTypeAlterReactionTest.php

1
tests/src/Functional/JsonldTypeAlterReactionTest.php

@ -72,7 +72,6 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest {
// the initial form submission.
$this->getSession()->getPage()->selectFieldOption('group_field_options_wrapper', 'string');
$this->submitForm([
'new_storage_type' => 'plain_text',
'label' => 'Typed Predicate',
'field_name' => 'type_predicate',
'group_field_options_wrapper' => 'string',

Loading…
Cancel
Save