Browse Source

Syntax.

pull/1007/head
Rosie Le Faive 6 months ago
parent
commit
95c2d6c0c9
  1. 2
      tests/src/Functional/JsonldTypeAlterReactionTest.php

2
tests/src/Functional/JsonldTypeAlterReactionTest.php

@ -34,7 +34,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest {
], 'Save and continue'); ], 'Save and continue');
$this->submitForm([], 'Save field settings'); $this->submitForm([], 'Save field settings');
} }
elseif (version_compare(\Drupal::VERSION, '10.3.x-dev', 'lt'){ elseif (version_compare(\Drupal::VERSION, '10.3.x-dev', 'lt')) {
$this->getSession()->getPage()->selectFieldOption('new_storage_type', 'plain_text'); $this->getSession()->getPage()->selectFieldOption('new_storage_type', 'plain_text');
// For Drupal 10.2, we first need to submit the form with the elements // For Drupal 10.2, we first need to submit the form with the elements
// displayed on initial page load. The form is using AJAX to send a // displayed on initial page load. The form is using AJAX to send a

Loading…
Cancel
Save