@@ -29,14 +29,14 @@ Feature: Content fields setting and editing
2929
3030    Examples :
3131      | fieldInternalName     | fieldName                     | fieldSettings                                                          |  label1    | value1                                                                     | contentItemName            | fieldTypeIdentifier  |  
32-       | ezselection           | Selection                     | is_multiple :false ,options :A  first -Bielefeld -TestValue -Turtles -Zombies  | value      | TestValue                                                                  | TestValue                  | ezselection          | 
33-       | ezboolean             | Checkbox                      |                                                                       | value      | true                                                                       | 1                          |                     | 
34-       | ezemail               | Email  address                 |                                                                       | value      | email @example .com                                                          | email @example .com          |                     | 
35-       | ezfloat               | Float                         |                                                                       | value      | 11 .11                                                                      | 11 .11                      |                     | 
36-       | ezisbn                | ISBN                          |                                                                       | value      | 978 -3 -16 -148410 -0                                                          | 978 -3 -16 -148410 -0          |                     | 
37-       | ezinteger             | Integer                       |                                                                       | value      | 1111                                                                       | 1111                       |                     | 
38-       | ezkeyword             | Keywords                      |                                                                       | value      | keyword1                                                                   | keyword1                   |                     | 
39-       | ezmatrix              | Matrix                        | Min_rows :2 ,Columns :col1 -col2 -col3                                      | value      | col1 :col2 :col3 ,Ala :mia ła :kota ,Szpak :dzioba ł:bociana ,Bociana :dzioba ł:szpak  | Matrix                     |                     | 
32+       | ibexa_selection           | Selection                     | is_multiple :false ,options :A  first -Bielefeld -TestValue -Turtles -Zombies  | value      | TestValue                                                                  | TestValue                  | ibexa_selection          | 
33+       | ibexa_boolean             | Checkbox                      |                                                                       | value      | true                                                                       | 1                          |                     | 
34+       | ibexa_email               | Email  address                 |                                                                       | value      | email @example .com                                                          | email @example .com          |                     | 
35+       | ibexa_float               | Float                         |                                                                       | value      | 11 .11                                                                      | 11 .11                      |                     | 
36+       | ibexa_isbn                | ISBN                          |                                                                       | value      | 978 -3 -16 -148410 -0                                                          | 978 -3 -16 -148410 -0          |                     | 
37+       | ibexa_integer             | Integer                       |                                                                       | value      | 1111                                                                       | 1111                       |                     | 
38+       | ibexa_keyword             | Keywords                      |                                                                       | value      | keyword1                                                                   | keyword1                   |                     | 
39+       | ibexa_matrix              | Matrix                        | Min_rows :2 ,Columns :col1 -col2 -col3                                      | value      | col1 :col2 :col3 ,Ala :mia ła :kota ,Szpak :dzioba ł:bociana ,Bociana :dzioba ł:szpak  | Matrix                     |                     | 
4040
4141  @javascript  @APIUser:admin 
4242  Scenario Outline : Edit content item with given field 
@@ -55,7 +55,7 @@ Feature: Content fields setting and editing
5555
5656    Examples :
5757      | label1     | value1                                     | oldContentItemName         | newContentItemName            | fieldTypeIdentifier  | 
58-       | value      | Bielefeld                                  | TestValue                  | Bielefeld                     | ezselection          | 
58+       | value      | Bielefeld                                  | TestValue                  | Bielefeld                     | ibexa_selection          | 
5959      | value      | false                                      | 1                          | 0                             |                     | 
6060      | value      | edited .email @example .com                   | email @example .com          | edited .email @example .com      |                     | 
6161      | value      | 12 .34                                      | 11 .11                      | 12 .34                         |                     | 
0 commit comments