File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
tests/sut/sigma/tests/src/Functional Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1515 tests :
1616 runs-on : ubuntu-latest
1717 services :
18- selenium :
19- image : selenium/standalone-chrome:latest
20- ports :
21- - 4444:4444
22- options : --shm-size=2g
2318 strategy :
2419 fail-fast : false
2520 matrix :
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ 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/plain_text/false ' );
50+ $ this ->drupalGet ('admin/structure/example/fields/add-field/plain_text/true ' );
5151 $ edit = [
5252 'label ' => 'Foo ' ,
5353 'field_name ' => 'foo ' ,
54- 'group_field_options_wrapper ' => 'string ' ,
54+ 'field_options_wrapper ' => 'string ' ,
5555 ];
5656 $ this ->submitForm ($ edit , 'Continue ' );
5757 $ this ->submitForm ([], 'Save ' );
You can’t perform that action at this time.
0 commit comments