File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
tests/sut/sigma/tests/src/Functional Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,14 @@ public function testEntityType(): void {
4747 $ this ->assertStatusMessage ('The configuration has been updated. ' );
4848
4949 // -- Add a new field to make sure the entity type is truly fieldable.
50- $ this ->drupalGet ('admin/structure/example/fields/add-field ' );
51- $ edit = [
52- 'new_storage_type ' => 'plain_text ' ,
53- ];
54- $ this ->submitForm ($ edit , 'Continue ' );
50+ $ this ->drupalGet ('admin/structure/example/fields/add-field/plain_text/false ' );
5551 $ edit = [
5652 'label ' => 'Foo ' ,
5753 'field_name ' => 'foo ' ,
5854 'group_field_options_wrapper ' => 'string ' ,
5955 ];
6056 $ this ->submitForm ($ edit , 'Continue ' );
61- $ this ->submitForm ([], 'Save settings ' );
57+ $ this ->submitForm ([], 'Save ' );
6258
6359 $ this ->assertStatusMessage (new FM ('Saved %label configuration. ' , ['%label ' => 'Foo ' ]));
6460
You can’t perform that action at this time.
0 commit comments