diff --git a/components/collections/editRequest.vue b/components/collections/editRequest.vue index fe323a737..be9383b62 100644 --- a/components/collections/editRequest.vue +++ b/components/collections/editRequest.vue @@ -93,7 +93,7 @@ export default { }; }, watch: { - "requestUpdateData.collectionIndex": function resetFolderIndex() { + "requestUpdateData.collectionIndex": ()=> { //resetFolderIndex Function // if user choosen some folder, than selected other collection, which doesn't have any folders // than `requestUpdateData.folderIndex` won't be reseted this.$data.requestUpdateData.folderIndex = undefined; diff --git a/components/collections/saveRequestAs.vue b/components/collections/saveRequestAs.vue index e48f01631..c9cccf70a 100644 --- a/components/collections/saveRequestAs.vue +++ b/components/collections/saveRequestAs.vue @@ -119,7 +119,7 @@ export default { this.$data.requestData.folderIndex = undefined; this.$data.requestData.requestIndex = undefined; }, - "requestData.folderIndex": function resetRequestIndex() { + "requestData.folderIndex": ()=> { this.$data.requestData.requestIndex = undefined; } }, diff --git a/tests/e2e/screenshots/app.starter.spec.js/Visit home -- Have a page title with Postwoman (failed).png b/tests/e2e/screenshots/app.starter.spec.js/Visit home -- Have a page title with Postwoman (failed).png deleted file mode 100644 index e9de331df..000000000 Binary files a/tests/e2e/screenshots/app.starter.spec.js/Visit home -- Have a page title with Postwoman (failed).png and /dev/null differ diff --git a/tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to POST with url query (failed).png b/tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to POST with url query (failed).png deleted file mode 100644 index 1a7958b07..000000000 Binary files a/tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to POST with url query (failed).png and /dev/null differ