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 15
15
tests :
16
16
runs-on : ubuntu-latest
17
17
services :
18
- selenium :
19
- image : selenium/standalone-chrome:latest
20
- ports :
21
- - 4444:4444
22
- options : --shm-size=2g
23
18
strategy :
24
19
fail-fast : false
25
20
matrix :
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ 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/plain_text/false ' );
50
+ $ this ->drupalGet ('admin/structure/example/fields/add-field/plain_text/true ' );
51
51
$ edit = [
52
52
'label ' => 'Foo ' ,
53
53
'field_name ' => 'foo ' ,
54
- 'group_field_options_wrapper ' => 'string ' ,
54
+ 'field_options_wrapper ' => 'string ' ,
55
55
];
56
56
$ this ->submitForm ($ edit , 'Continue ' );
57
57
$ this ->submitForm ([], 'Save ' );
You can’t perform that action at this time.
0 commit comments