diff --git a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature index 0190b27927c..2a70c244dac 100755 --- a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature +++ b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature @@ -4857,19 +4857,10 @@ Feature: an user gets the resources shared to them """ { "type": "object", - "required": ["hidden", "mount_point"], + "required": ["@UI.Hidden"], "properties": { - "hidden": { + "@UI.Hidden": { "const": true - }, - "mount_point": { - "type": "object", - "required": ["path"], - "properties": { - "path": { - "const": "" - } - } } } } @@ -4898,19 +4889,10 @@ Feature: an user gets the resources shared to them """ { "type": "object", - "required": ["hidden", "mount_point"], + "required": ["@UI.Hidden"], "properties": { - "hidden": { + "@UI.Hidden": { "const": true - }, - "mount_point": { - "type": "object", - "required": ["path"], - "properties": { - "path": { - "const": "" - } - } } } }