Skip to content

Commit d58633a

Browse files
committed
more undocumented field ui changes
1 parent 2b8ce81 commit d58633a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
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:

tests/sut/sigma/tests/src/Functional/ContentEntityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)