Skip to content

Commit

Permalink
In 10.2 field settings is a single form.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Nov 2, 2023
1 parent daf180a commit 1ae5c8c
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 @@ -32,6 +32,7 @@ public function testMappingReaction() {
'label' => 'Typed Predicate',
'field_name' => 'type_predicate',
], 'Save and continue');
$this->submitForm([], $this->t('Save field settings'));
}
else {
$this->submitForm([
Expand All @@ -40,7 +41,6 @@ public function testMappingReaction() {
'field_name' => 'type_predicate',
], 'Continue');
}
$this->submitForm([], $this->t('Save field settings'));
$this->submitForm([], $this->t('Save settings'));
$this->assertSession()->responseContains('field_type_predicate');

Expand Down

0 comments on commit 1ae5c8c

Please sign in to comment.