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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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