diff --git a/components/collections/editRequest.vue b/components/collections/editRequest.vue index be9383b62..fe323a737 100644 --- a/components/collections/editRequest.vue +++ b/components/collections/editRequest.vue @@ -93,7 +93,7 @@ export default { }; }, watch: { - "requestUpdateData.collectionIndex": ()=> { //resetFolderIndex Function + "requestUpdateData.collectionIndex": function resetFolderIndex() { // 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 c9cccf70a..e48f01631 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": ()=> { + "requestData.folderIndex": function resetRequestIndex() { 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 new file mode 100644 index 000000000..e9de331df Binary files /dev/null and b/tests/e2e/screenshots/app.starter.spec.js/Visit home -- Have a page title with Postwoman (failed).png 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 new file mode 100644 index 000000000..1a7958b07 Binary files /dev/null and b/tests/e2e/screenshots/feature.url-queries.spec.js/Methods -- Change the default method GET to POST with url query (failed).png differ