schema: make login.test.selector mandatory (#14542)

This commit is contained in:
Bogdan
2023-07-06 17:36:19 +03:00
committed by GitHub
parent e7e993081d
commit ea19987035

View File

@@ -356,7 +356,8 @@
} }
}, },
"required": [ "required": [
"path" "path",
"selector"
], ],
"title": "PageTestBlock" "title": "PageTestBlock"
}, },