From 4911fa43a921fa7ab3b7a345610cfaef828c7597 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive <lefaive@gmail.com> Date: Thu, 2 Nov 2023 15:33:15 -0300 Subject: [PATCH] Click 'plain text' element so that we can add sub-type. --- tests/src/Functional/JsonldTypeAlterReactionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/Functional/JsonldTypeAlterReactionTest.php b/tests/src/Functional/JsonldTypeAlterReactionTest.php index f69a831e..c229423a 100644 --- a/tests/src/Functional/JsonldTypeAlterReactionTest.php +++ b/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',