Skip to content

Commit 41b5ae7

Browse files
committed
dropped esi from test
1 parent ccd92f6 commit 41b5ae7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

features/setup/setup.feature

-8
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,13 @@ Feature: Set system to desired state before tests
2020
And I create "embeddedContentType" Content items in root in "eng-GB"
2121
| name |
2222
| EmbeddedItemNoEsi |
23-
| EmbeddedItemEsi |
2423
And I create a "embeddingContentType_no_esi" content type in "Content" with "embeddingContentType_no_esi" identifier
2524
| Field Type | Name | Identifier | Required | Searchable | Translatable |
2625
| Text line | Name | name | yes | yes | yes |
2726
| Content relation (single) | Relation | relation | yes | no | yes |
2827
And I create "embeddingContentType_no_esi" Content items in root in "eng-GB"
2928
| name | relation |
3029
| 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 |
3830
And I set configuration to "ibexa.system.default.content_view"
3931
"""
4032
full:

0 commit comments

Comments
 (0)