diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml index f5f9312..c8f6b67 100644 --- a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml +++ b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml @@ -46,5 +46,8 @@ display: display_title: Block position: null display_options: + field: + title: + link_to_node: true field_langcode: '***LANGUAGE_language_content***' field_langcode_add_to_query: null diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml index bf2de47..aae80b3 100644 --- a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml +++ b/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml @@ -48,6 +48,9 @@ display: display_title: Block position: null display_options: + field: + title: + link_to_node: true field_langcode: '***LANGUAGE_language_content***' field_langcode_add_to_query: null block_2: @@ -56,6 +59,9 @@ display: display_title: Block position: null display_options: + field: + title: + link_to_node: true field_langcode: '***LANGUAGE_language_content***' field_langcode_add_to_query: null block_3: @@ -64,5 +70,9 @@ display: display_title: Block position: null display_options: + block_caching: 2 + field: + title: + link_to_node: true field_langcode: '***LANGUAGE_language_content***' field_langcode_add_to_query: null diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml index 213689a..8246326 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml @@ -146,7 +146,6 @@ display: expose: label: '' granularity: second - plugin_id: date title: 'Test field filters' header: { } footer: { } diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml index 200c997..3789065 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml @@ -129,7 +129,6 @@ display: expose: operator: '' group: 1 - plugin_id: boolean sorts: created: id: created @@ -143,7 +142,6 @@ display: expose: label: '' granularity: second - plugin_id: date title: test_node_view header: { } footer: { } diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml index 844e44d..ed01b0c 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml @@ -91,14 +91,13 @@ display: hide_alter_empty: true filters: status: - value: true + value: '1' table: node_field_data field: status id: status expose: operator: '' group: 1 - plugin_id: boolean sorts: created: id: created @@ -112,7 +111,6 @@ display: expose: label: '' granularity: second - plugin_id: date title: '' header: { } footer: { }