housekeeping: update e2e selectors (#4655)
This commit is contained in:
@@ -85,404 +85,404 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
apiWrapper: {
|
apiWrapper: {
|
||||||
selector: ".swagger-ui .wrapper:nth-child(3)",
|
selector: "div.swagger-ui > div:nth-child(2) > div:nth-child(5) > section > div",
|
||||||
elements: {
|
elements: {
|
||||||
petAPIWrapper: {
|
petAPIWrapper: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1)"
|
selector: "div.swagger-ui div:nth-child(5) > section > div > span:nth-child(1) > div"
|
||||||
},
|
},
|
||||||
petAPIWrapperBar: {
|
petAPIWrapperBar: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) .opblock-tag"
|
selector: "div.swagger-ui div:nth-child(5) > section > div > span:nth-child(1) > div .opblock-tag"
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Post pet/ api
|
* Post pet/ api
|
||||||
*/
|
*/
|
||||||
petOperationPostContainer: {
|
petOperationPostContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet"
|
selector: "div#operations-pet-addPet"
|
||||||
},
|
},
|
||||||
petOperationPostTitle: {
|
petOperationPostTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet .opblock-summary-post span.opblock-summary-path span"
|
selector: "div#operations-pet-addPet .opblock-summary-post span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
petOperationPostCollpase: {
|
petOperationPostCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet .opblock-summary-post"
|
selector: "div#operations-pet-addPet .opblock-summary-post"
|
||||||
},
|
},
|
||||||
petOperationPostCollapseContainer: {
|
petOperationPostCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet>div:nth-child(2)"
|
selector: "div#operations-pet-addPet>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
petOperationPostTryBtn: {
|
petOperationPostTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet button.try-out__btn"
|
selector: "div#operations-pet-addPet button.try-out__btn"
|
||||||
},
|
},
|
||||||
petOperationPostTryText: {
|
petOperationPostTryText: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet textarea.body-param__text"
|
selector: "div#operations-pet-addPet textarea.body-param__text"
|
||||||
},
|
},
|
||||||
petOperationPostExecuteBtn: {
|
petOperationPostExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet button.execute"
|
selector: "div#operations-pet-addPet button.execute"
|
||||||
},
|
},
|
||||||
petOperationPostTryTextArea: {
|
petOperationPostTryTextArea: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet textarea"
|
selector: "div#operations-pet-addPet textarea"
|
||||||
},
|
},
|
||||||
petOperationPostResultsBox: {
|
petOperationPostResultsBox: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight"
|
selector: "div#operations-pet-addPet pre.microlight"
|
||||||
},
|
},
|
||||||
petOperationPostMockCategoryID: {
|
petOperationPostMockCategoryID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight span:nth-child(17)"
|
selector: "div#operations-pet-addPet pre.microlight span:nth-child(17)"
|
||||||
},
|
},
|
||||||
petOperationPostMockCategoryName: {
|
petOperationPostMockCategoryName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight span:nth-child(23)"
|
selector: "div#operations-pet-addPet pre.microlight span:nth-child(23)"
|
||||||
},
|
},
|
||||||
petOperationPostMockName: {
|
petOperationPostMockName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight span:nth-child(31)"
|
selector: "div#operations-pet-addPet pre.microlight span:nth-child(31)"
|
||||||
},
|
},
|
||||||
petOperationPostTagID: {
|
petOperationPostTagID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight span:nth-child(54)"
|
selector: "div#operations-pet-addPet pre.microlight span:nth-child(54)"
|
||||||
},
|
},
|
||||||
petOperationPostTagName: {
|
petOperationPostTagName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight span:nth-child(60)"
|
selector: "div#operations-pet-addPet pre.microlight span:nth-child(60)"
|
||||||
},
|
},
|
||||||
petOperationPostStatus: {
|
petOperationPostStatus: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-addPet pre.microlight span:nth-child(70)"
|
selector: "div#operations-pet-addPet pre.microlight span:nth-child(70)"
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Put pet/ api
|
* Put pet/ api
|
||||||
*/
|
*/
|
||||||
petOperationPutContainer: {
|
petOperationPutContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet"
|
selector: "div#operations-pet-updatePet"
|
||||||
},
|
},
|
||||||
petOperationPutTitle: {
|
petOperationPutTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet .opblock-summary-put span.opblock-summary-path span"
|
selector: "div#operations-pet-updatePet .opblock-summary-put span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
petOperationPutCollpase: {
|
petOperationPutCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet .opblock-summary-put"
|
selector: "div#operations-pet-updatePet .opblock-summary-put"
|
||||||
},
|
},
|
||||||
petOperationPutCollapseContainer: {
|
petOperationPutCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet>div:nth-child(2)"
|
selector: "div#operations-pet-updatePet>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
petOperationPutTryBtn: {
|
petOperationPutTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet button.try-out__btn"
|
selector: "div#operations-pet-updatePet button.try-out__btn"
|
||||||
},
|
},
|
||||||
petOperationPutTryText: {
|
petOperationPutTryText: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet textarea.body-param__text"
|
selector: "div#operations-pet-updatePet textarea.body-param__text"
|
||||||
},
|
},
|
||||||
petOperationPutExecuteBtn: {
|
petOperationPutExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet button.execute"
|
selector: "div#operations-pet-updatePet button.execute"
|
||||||
},
|
},
|
||||||
petOperationPutTryTextArea: {
|
petOperationPutTryTextArea: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet textarea"
|
selector: "div#operations-pet-updatePet textarea"
|
||||||
},
|
},
|
||||||
petOperationPutResultsBox: {
|
petOperationPutResultsBox: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight"
|
selector: "div#operations-pet-updatePet pre.microlight"
|
||||||
},
|
},
|
||||||
petOperationPutMockCategoryID: {
|
petOperationPutMockCategoryID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight span:nth-child(17)"
|
selector: "div#operations-pet-updatePet pre.microlight span:nth-child(17)"
|
||||||
},
|
},
|
||||||
petOperationPutMockCategoryName: {
|
petOperationPutMockCategoryName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight span:nth-child(23)"
|
selector: "div#operations-pet-updatePet pre.microlight span:nth-child(23)"
|
||||||
},
|
},
|
||||||
petOperationPutMockName: {
|
petOperationPutMockName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight span:nth-child(31)"
|
selector: "div#operations-pet-updatePet pre.microlight span:nth-child(31)"
|
||||||
},
|
},
|
||||||
petOperationPutTagID: {
|
petOperationPutTagID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight span:nth-child(54)"
|
selector: "div#operations-pet-updatePet pre.microlight span:nth-child(54)"
|
||||||
},
|
},
|
||||||
petOperationPutTagName: {
|
petOperationPutTagName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight span:nth-child(60)"
|
selector: "div#operations-pet-updatePet pre.microlight span:nth-child(60)"
|
||||||
},
|
},
|
||||||
petOperationPutStatus: {
|
petOperationPutStatus: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-updatePet pre.microlight span:nth-child(70)"
|
selector: "div#operations-pet-updatePet pre.microlight span:nth-child(70)"
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get /pet/findByTags
|
* Get /pet/findByTags
|
||||||
*/
|
*/
|
||||||
petOperationGetByTagContainer: {
|
petOperationGetByTagContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags"
|
selector: "div#operations-pet-findPetsByTags"
|
||||||
},
|
},
|
||||||
petOperationGetByTagTitle: {
|
petOperationGetByTagTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags .opblock-summary-get span.opblock-summary-path__deprecated span"
|
selector: "div#operations-pet-findPetsByTags .opblock-summary-get span.opblock-summary-path__deprecated span"
|
||||||
},
|
},
|
||||||
petOperationGetByTagCollpase: {
|
petOperationGetByTagCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags .opblock-summary-get"
|
selector: "div#operations-pet-findPetsByTags .opblock-summary-get"
|
||||||
},
|
},
|
||||||
petOperationGetByTagCollapseContainer: {
|
petOperationGetByTagCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags .ReactCollapse--collapse"
|
selector: "div#operations-pet-findPetsByTags .ReactCollapse--collapse"
|
||||||
},
|
},
|
||||||
petOperationGetByTagTryBtn: {
|
petOperationGetByTagTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags button.try-out__btn"
|
selector: "div#operations-pet-findPetsByTags button.try-out__btn"
|
||||||
},
|
},
|
||||||
petOperationGetByTagTryAdded: {
|
petOperationGetByTagTryAdded: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags button.json-schema-form-item-add"
|
selector: "div#operations-pet-findPetsByTags button.json-schema-form-item-add"
|
||||||
},
|
},
|
||||||
petOperationGetByTagExecuteBtn: {
|
petOperationGetByTagExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags button.execute"
|
selector: "div#operations-pet-findPetsByTags button.execute"
|
||||||
},
|
},
|
||||||
petOperationGetByTagTryTextArea: {
|
petOperationGetByTagTryTextArea: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags textarea"
|
selector: "div#operations-pet-findPetsByTags textarea"
|
||||||
},
|
},
|
||||||
petOperationGetByTagResultsBox: {
|
petOperationGetByTagResultsBox: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight"
|
selector: "div#operations-pet-findPetsByTags pre.microlight"
|
||||||
},
|
},
|
||||||
petOperationGetByTagMockCategoryID: {
|
petOperationGetByTagMockCategoryID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight span:nth-child(17)"
|
selector: "div#operations-pet-findPetsByTags pre.microlight span:nth-child(17)"
|
||||||
},
|
},
|
||||||
petOperationGetByTagMockCategoryName: {
|
petOperationGetByTagMockCategoryName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight span:nth-child(23)"
|
selector: "div#operations-pet-findPetsByTags pre.microlight span:nth-child(23)"
|
||||||
},
|
},
|
||||||
petOperationGetByTagMockName: {
|
petOperationGetByTagMockName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight span:nth-child(31)"
|
selector: "div#operations-pet-findPetsByTags pre.microlight span:nth-child(31)"
|
||||||
},
|
},
|
||||||
petOperationGetByTagTagID: {
|
petOperationGetByTagTagID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight span:nth-child(54)"
|
selector: "div#operations-pet-findPetsByTags pre.microlight span:nth-child(54)"
|
||||||
},
|
},
|
||||||
petOperationGetByTagTagName: {
|
petOperationGetByTagTagName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight span:nth-child(60)"
|
selector: "div#operations-pet-findPetsByTags pre.microlight span:nth-child(60)"
|
||||||
},
|
},
|
||||||
petOperationGetByTagStatus: {
|
petOperationGetByTagStatus: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-findPetsByTags pre.microlight span:nth-child(70)"
|
selector: "div#operations-pet-findPetsByTags pre.microlight span:nth-child(70)"
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get /pet/{petId}
|
* Get /pet/{petId}
|
||||||
*/
|
*/
|
||||||
petOperationGetByIdContainer: {
|
petOperationGetByIdContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById"
|
selector: "div#operations-pet-getPetById"
|
||||||
},
|
},
|
||||||
petOperationGetByIdTitle: {
|
petOperationGetByIdTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById .opblock-summary-get span.opblock-summary-path span"
|
selector: "div#operations-pet-getPetById .opblock-summary-get span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
petOperationGetByIdCollpase: {
|
petOperationGetByIdCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById .opblock-summary-get"
|
selector: "div#operations-pet-getPetById .opblock-summary-get"
|
||||||
},
|
},
|
||||||
petOperationGetByIdCollapseContainer: {
|
petOperationGetByIdCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById .ReactCollapse--collapse"
|
selector: "div#operations-pet-getPetById .ReactCollapse--collapse"
|
||||||
},
|
},
|
||||||
petOperationGetByIdTryBtn: {
|
petOperationGetByIdTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById button.try-out__btn"
|
selector: "div#operations-pet-getPetById button.try-out__btn"
|
||||||
},
|
},
|
||||||
petOperationGetByIdExecuteBtn: {
|
petOperationGetByIdExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById button.execute"
|
selector: "div#operations-pet-getPetById button.execute"
|
||||||
},
|
},
|
||||||
petOperationGetByIdParameter: {
|
petOperationGetByIdParameter: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-pet-getPetById div.parameters-col_description input"
|
selector: "div#operations-pet-getPetById div.parameters-col_description input"
|
||||||
},
|
},
|
||||||
petOperationGetByIdResultsBox: {
|
petOperationGetByIdResultsBox: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-getPetById pre.microlight"
|
selector: "div#operations-pet-getPetById pre.microlight"
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete pet/
|
* Delete pet/
|
||||||
*/
|
*/
|
||||||
petOperationDeleteContainer: {
|
petOperationDeleteContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet"
|
selector: "div#operations-pet-deletePet"
|
||||||
},
|
},
|
||||||
petOperationDeleteTitle: {
|
petOperationDeleteTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet .opblock-summary-delete span.opblock-summary-path span"
|
selector: "div#operations-pet-deletePet .opblock-summary-delete span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
petOperationDeleteCollpase: {
|
petOperationDeleteCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet .opblock-summary-delete"
|
selector: "div#operations-pet-deletePet .opblock-summary-delete"
|
||||||
},
|
},
|
||||||
petOperationDeleteCollapseContainer: {
|
petOperationDeleteCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet>div:nth-child(2)"
|
selector: "div#operations-pet-deletePet>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
petOperationDeleteTryBtn: {
|
petOperationDeleteTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet button.try-out__btn"
|
selector: "div#operations-pet-deletePet button.try-out__btn"
|
||||||
},
|
},
|
||||||
petOperationDeleteExecuteBtn: {
|
petOperationDeleteExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet button.execute"
|
selector: "div#operations-pet-deletePet button.execute"
|
||||||
},
|
},
|
||||||
petOperationDeleteTryTextArea: {
|
petOperationDeleteTryTextArea: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet textarea"
|
selector: "div#operations-pet-deletePet textarea"
|
||||||
},
|
},
|
||||||
petOperationDeleteResultsBox: {
|
petOperationDeleteResultsBox: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight"
|
selector: "div#operations-pet-deletePet pre.microlight"
|
||||||
},
|
},
|
||||||
petOperationDeleteMockCategoryID: {
|
petOperationDeleteMockCategoryID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight span:nth-child(17)"
|
selector: "div#operations-pet-deletePet pre.microlight span:nth-child(17)"
|
||||||
},
|
},
|
||||||
petOperationDeleteMockCategoryName: {
|
petOperationDeleteMockCategoryName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight span:nth-child(23)"
|
selector: "div#operations-pet-deletePet pre.microlight span:nth-child(23)"
|
||||||
},
|
},
|
||||||
petOperationDeleteMockName: {
|
petOperationDeleteMockName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight span:nth-child(31)"
|
selector: "div#operations-pet-deletePet pre.microlight span:nth-child(31)"
|
||||||
},
|
},
|
||||||
petOperationDeleteTagID: {
|
petOperationDeleteTagID: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight span:nth-child(54)"
|
selector: "div#operations-pet-deletePet pre.microlight span:nth-child(54)"
|
||||||
},
|
},
|
||||||
petOperationDeleteTagName: {
|
petOperationDeleteTagName: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight span:nth-child(60)"
|
selector: "div#operations-pet-deletePet pre.microlight span:nth-child(60)"
|
||||||
},
|
},
|
||||||
petOperationDeleteStatus: {
|
petOperationDeleteStatus: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(1) div#operations-pet-deletePet pre.microlight span:nth-child(70)"
|
selector: "div#operations-pet-deletePet pre.microlight span:nth-child(70)"
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ***********Store************
|
* ***********Store************
|
||||||
*/
|
*/
|
||||||
storeAPIWrapper: {
|
storeAPIWrapper: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2)"
|
selector: "div.swagger-ui div:nth-child(5) > section > div > span:nth-child(2) > div"
|
||||||
},
|
},
|
||||||
storeAPIWrapperBar: {
|
storeAPIWrapperBar: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) .opblock-tag"
|
selector: "div.swagger-ui div:nth-child(5) > section > div > span:nth-child(2) > div .opblock-tag"
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Get /store/inventory
|
* Get /store/inventory
|
||||||
*/
|
*/
|
||||||
storeOperationGetContainer: {
|
storeOperationGetContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory"
|
selector: "div#operations-store-getInventory"
|
||||||
},
|
},
|
||||||
storeOperationGetTitle: {
|
storeOperationGetTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory .opblock-summary-get span.opblock-summary-path span"
|
selector: "div#operations-store-getInventory .opblock-summary-get span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
storeOperationGetCollpase: {
|
storeOperationGetCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory .opblock-summary-get"
|
selector: "div#operations-store-getInventory .opblock-summary-get"
|
||||||
},
|
},
|
||||||
storeOperationGetCollapseContainer: {
|
storeOperationGetCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory>div:nth-child(2)"
|
selector: "div#operations-store-getInventory>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
storeOperationGetTryBtn: {
|
storeOperationGetTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory button.try-out__btn"
|
selector: "div#operations-store-getInventory button.try-out__btn"
|
||||||
},
|
},
|
||||||
storeOperationGetExecuteBtn: {
|
storeOperationGetExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory button.execute"
|
selector: "div#operations-store-getInventory button.execute"
|
||||||
},
|
},
|
||||||
storeOperationResponseProps1: {
|
storeOperationResponseProps1: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory pre.example.microlight span:nth-child(6)"
|
selector: "div#operations-store-getInventory pre.example.microlight span:nth-child(6)"
|
||||||
},
|
},
|
||||||
storeOperationResponseProps2: {
|
storeOperationResponseProps2: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory pre.example.microlight span:nth-child(12)"
|
selector: "div#operations-store-getInventory pre.example.microlight span:nth-child(12)"
|
||||||
},
|
},
|
||||||
storeOperationResponseProps3: {
|
storeOperationResponseProps3: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-getInventory pre.example.microlight span:nth-child(18)"
|
selector: "div#operations-store-getInventory pre.example.microlight span:nth-child(18)"
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Post /store/order
|
* Post /store/order
|
||||||
*/
|
*/
|
||||||
storeOperationPostContainer: {
|
storeOperationPostContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder"
|
selector: "div#operations-store-placeOrder"
|
||||||
},
|
},
|
||||||
storeOperationPostTitle: {
|
storeOperationPostTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder .opblock-summary-post span.opblock-summary-path span"
|
selector: "div#operations-store-placeOrder .opblock-summary-post span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
storeOperationPostCollpase: {
|
storeOperationPostCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder .opblock-summary-post"
|
selector: "div#operations-store-placeOrder .opblock-summary-post"
|
||||||
},
|
},
|
||||||
storeOperationPostCollapseContainer: {
|
storeOperationPostCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder>div:nth-child(2)"
|
selector: "div#operations-store-placeOrder>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
storeOperationPostTryBtn: {
|
storeOperationPostTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder button.try-out__btn"
|
selector: "div#operations-store-placeOrder button.try-out__btn"
|
||||||
},
|
},
|
||||||
storeOperationPostExecuteBtn: {
|
storeOperationPostExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder button.execute"
|
selector: "div#operations-store-placeOrder button.execute"
|
||||||
},
|
},
|
||||||
storeOperationPostResponseId: {
|
storeOperationPostResponseId: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder pre.example.microlight span:nth-child(22)"
|
selector: "div#operations-store-placeOrder pre.example.microlight span:nth-child(22)"
|
||||||
},
|
},
|
||||||
storeOperationPostResponsePetId: {
|
storeOperationPostResponsePetId: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder pre.example.microlight span:nth-child(31)"
|
selector: "div#operations-store-placeOrder pre.example.microlight span:nth-child(31)"
|
||||||
},
|
},
|
||||||
storeOperationPostResponseQuantity: {
|
storeOperationPostResponseQuantity: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder pre.example.microlight span:nth-child(40)"
|
selector: "div#operations-store-placeOrder pre.example.microlight span:nth-child(40)"
|
||||||
},
|
},
|
||||||
storeOperationPostResponseStatus: {
|
storeOperationPostResponseStatus: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder pre.example.microlight span:nth-child(66)"
|
selector: "div#operations-store-placeOrder pre.example.microlight span:nth-child(66)"
|
||||||
},
|
},
|
||||||
storeOperationPostResponseComplete: {
|
storeOperationPostResponseComplete: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-placeOrder pre.example.microlight span:nth-child(75)"
|
selector: "div#operations-store-placeOrder pre.example.microlight span:nth-child(75)"
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Delete /store/order/{orderId}
|
* Delete /store/order/{orderId}
|
||||||
*/
|
*/
|
||||||
storeOperationDeleteContainer: {
|
storeOperationDeleteContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder"
|
selector: "div#operations-store-deleteOrder"
|
||||||
},
|
},
|
||||||
storeOperationDeleteTitle: {
|
storeOperationDeleteTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder .opblock-summary-delete span.opblock-summary-path span"
|
selector: "div#operations-store-deleteOrder .opblock-summary-delete span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
storeOperationDeleteCollpase: {
|
storeOperationDeleteCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder .opblock-summary-delete"
|
selector: "div#operations-store-deleteOrder .opblock-summary-delete"
|
||||||
},
|
},
|
||||||
storeOperationDeleteCollapseContainer: {
|
storeOperationDeleteCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder>div:nth-child(2)"
|
selector: "div#operations-store-deleteOrder>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
storeOperationDeleteTryBtn: {
|
storeOperationDeleteTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder button.try-out__btn"
|
selector: "div#operations-store-deleteOrder button.try-out__btn"
|
||||||
},
|
},
|
||||||
storeOperationDeleteExecuteBtn: {
|
storeOperationDeleteExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder button.execute"
|
selector: "div#operations-store-deleteOrder button.execute"
|
||||||
},
|
},
|
||||||
storeOperationGetResponseHeaders: {
|
storeOperationGetResponseHeaders: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(2) div#operations-store-deleteOrder pre span"
|
selector: "div#operations-store-deleteOrder pre span"
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* *********User**************
|
* *********User**************
|
||||||
*/
|
*/
|
||||||
userAPIWrapper: {
|
userAPIWrapper: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3)"
|
selector: "div.swagger-ui div:nth-child(5) > section > div > span:nth-child(3) > div"
|
||||||
},
|
},
|
||||||
userAPIWrapperBar: {
|
userAPIWrapperBar: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) .opblock-tag"
|
selector: "div.swagger-ui div:nth-child(5) > section > div > span:nth-child(3) > div .opblock-tag"
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Put /user/login
|
* Put /user/login
|
||||||
*/
|
*/
|
||||||
userOperationPutContainer: {
|
userOperationPutContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser"
|
selector: "div#operations-user-updateUser"
|
||||||
},
|
},
|
||||||
userOperationPutTitle: {
|
userOperationPutTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser .opblock-summary-put span.opblock-summary-path span"
|
selector: "div#operations-user-updateUser .opblock-summary-put span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
userOperationPutCollpase: {
|
userOperationPutCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser .opblock-summary-put"
|
selector: "div#operations-user-updateUser .opblock-summary-put"
|
||||||
},
|
},
|
||||||
userOperationPutCollapseContainer: {
|
userOperationPutCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser>div:nth-child(2)"
|
selector: "div#operations-user-updateUser>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
userOperationPutTryBtn: {
|
userOperationPutTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser button.try-out__btn"
|
selector: "div#operations-user-updateUser button.try-out__btn"
|
||||||
},
|
},
|
||||||
userOperationPutExecuteBtn: {
|
userOperationPutExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser button.execute"
|
selector: "div#operations-user-updateUser button.execute"
|
||||||
},
|
},
|
||||||
userOperationPutParameter: {
|
userOperationPutParameter: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser div.parameters-col_description input"
|
selector: "div#operations-user-updateUser div.parameters-col_description input"
|
||||||
},
|
},
|
||||||
userOperationPutResponseHeader: {
|
userOperationPutResponseHeader: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-updateUser div.parameters-col_description input"
|
selector: "div#operations-user-updateUser div.parameters-col_description input"
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Delete /user
|
* Delete /user
|
||||||
*/
|
*/
|
||||||
userOperationDeleteContainer: {
|
userOperationDeleteContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser"
|
selector: "div#operations-user-deleteUser"
|
||||||
},
|
},
|
||||||
userOperationDeleteTitle: {
|
userOperationDeleteTitle: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser .opblock-summary-delete span.opblock-summary-path span"
|
selector: "div#operations-user-deleteUser .opblock-summary-delete span.opblock-summary-path span"
|
||||||
},
|
},
|
||||||
userOperationDeleteCollpase: {
|
userOperationDeleteCollpase: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser .opblock-summary-delete"
|
selector: "div#operations-user-deleteUser .opblock-summary-delete"
|
||||||
},
|
},
|
||||||
userOperationDeleteCollapseContainer: {
|
userOperationDeleteCollapseContainer: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser>div:nth-child(2)"
|
selector: "div#operations-user-deleteUser>div:nth-child(2)"
|
||||||
},
|
},
|
||||||
userOperationDeleteTryBtn: {
|
userOperationDeleteTryBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser button.try-out__btn"
|
selector: "div#operations-user-deleteUser button.try-out__btn"
|
||||||
},
|
},
|
||||||
userOperationDeleteExecuteBtn: {
|
userOperationDeleteExecuteBtn: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser button.execute"
|
selector: "div#operations-user-deleteUser button.execute"
|
||||||
},
|
},
|
||||||
userOperationDeleteParameter: {
|
userOperationDeleteParameter: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) div#operations-user-deleteUser div.parameters-col_description input"
|
selector: "div#operations-user-deleteUser div.parameters-col_description input"
|
||||||
},
|
},
|
||||||
userOperationDeleteResponseHeader: {
|
userOperationDeleteResponseHeader: {
|
||||||
selector: ".swagger-ui .opblock-tag-section:nth-child(3) .opblock-delete div.parameters-col_description input"
|
selector: "div#operations-user-deleteUser div.parameters-col_description input"
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* Model Container */
|
/* Model Container */
|
||||||
modelWrapper: {
|
modelWrapper: {
|
||||||
selector: ".swagger-ui .wrapper:nth-child(4)",
|
selector: "div.swagger-ui > div:nth-child(2) > div:nth-child(6)",
|
||||||
elements: {
|
elements: {
|
||||||
modelContainer: {
|
modelContainer: {
|
||||||
selector: ".swagger-ui .models"
|
selector: ".swagger-ui .models"
|
||||||
|
|||||||
Reference in New Issue
Block a user