Checkpoint - WIP of cypress dev

This commit is contained in:
2022-07-25 08:55:29 -05:00
parent 536b4b0c91
commit d0b775ccf0
12 changed files with 517 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"values": {
"recordsParam": "recordIds",
"recordIds": "1,2,3,4,5",
"queryFilterJSON": "{\"criteria\":[{\"fieldName\":\"id\",\"operator\":\"IN\",\"values\":[\"1\",\"2\",\"3\",\"4\",\"5\"]}]}"
},
"processUUID": "74a03a7d-2f53-4784-9911-3a21f7646c43",
"nextStep": "edit"
}

View File

@ -0,0 +1,12 @@
{
"values": {
"firstName": "Kahhhhn",
"valuesBeingUpdated": "First Name will be set to: Kahhhhn",
"bulkEditEnabledFields": "firstName",
"recordsParam": "recordIds",
"recordIds": "1,2,3,4,5",
"queryFilterJSON": "{\"criteria\":[{\"fieldName\":\"id\",\"operator\":\"IN\",\"values\":[\"1\",\"2\",\"3\",\"4\",\"5\"]}]}"
},
"processUUID": "74a03a7d-2f53-4784-9911-3a21f7646c43",
"nextStep": "review"
}