Browse Source

Click 'plain text' element so that we can add sub-type.

pull/993/head
Rosie Le Faive 1 year ago
parent
commit
4911fa43a9
  1. 1
      tests/src/Functional/JsonldTypeAlterReactionTest.php

1
tests/src/Functional/JsonldTypeAlterReactionTest.php

@ -35,6 +35,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest {
$this->submitForm([], $this->t('Save field settings'));
}
else {
$this->click('#edit-new-storage-type--2');
$this->submitForm([
'new_storage_type' => 'plain_text',
'label' => 'Typed Predicate',

Loading…
Cancel
Save