Skip to content

Commit

Permalink
Syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Apr 4, 2024
1 parent cde2c13 commit 95c2d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Functional/JsonldTypeAlterReactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testMappingReaction() {
], 'Save and continue');
$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');
// 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
Expand Down

0 comments on commit 95c2d6c

Please sign in to comment.