Commit 41b5ae7 1 parent ccd92f6 commit 41b5ae7 Copy full SHA for 41b5ae7
File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,13 @@ Feature: Set system to desired state before tests
20
20
And I create "embeddedContentType" Content items in root in "eng-GB"
21
21
| name |
22
22
| EmbeddedItemNoEsi |
23
- | EmbeddedItemEsi |
24
23
And I create a "embeddingContentType_no_esi" content type in "Content" with "embeddingContentType_no_esi" identifier
25
24
| Field Type | Name | Identifier | Required | Searchable | Translatable |
26
25
| Text line | Name | name | yes | yes | yes |
27
26
| Content relation (single ) | Relation | relation | yes | no | yes |
28
27
And I create "embeddingContentType_no_esi" Content items in root in "eng-GB"
29
28
| name | relation |
30
29
| EmbeddingItemNoEsi | /EmbeddedItemNoEsi |
31
- And I create a "embeddingContentType_esi" content type in "Content" with "embeddingContentType_esi" identifier
32
- | Field Type | Name | Identifier | Required | Searchable | Translatable |
33
- | Text line | Name | name | yes | yes | yes |
34
- | Content relation (single ) | Relation | relation | yes | no | yes |
35
- And I create "embeddingContentType_esi" Content items in root in "eng-GB"
36
- | name | relation |
37
- | EmbeddingItemEsi | /EmbeddedItemEsi |
38
30
And I set configuration to "ibexa.system.default.content_view"
39
31
"""
40
32
full:
You can’t perform that action at this time.
0 commit comments