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 {
47
47
$ this ->assertStatusMessage ('The configuration has been updated. ' );
48
48
49
49
// -- 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 ' );
55
51
$ edit = [
56
52
'label ' => 'Foo ' ,
57
53
'field_name ' => 'foo ' ,
58
54
'group_field_options_wrapper ' => 'string ' ,
59
55
];
60
56
$ this ->submitForm ($ edit , 'Continue ' );
61
- $ this ->submitForm ([], 'Save settings ' );
57
+ $ this ->submitForm ([], 'Save ' );
62
58
63
59
$ this ->assertStatusMessage (new FM ('Saved %label configuration. ' , ['%label ' => 'Foo ' ]));
64
60
You can’t perform that action at this time.
0 commit comments