test: Reset DB and skip set-up before running node creator e2e (#4733)

* test: Reset DB and skip set-up before runing

* remove second db:reset call in node-creator e2e spec
This commit is contained in:
OlegIvaniv
2022-11-25 17:01:49 +01:00
committed by GitHub
parent cb3bfc32f7
commit 2d31720b82
3 changed files with 9 additions and 21 deletions

View File

@@ -68,7 +68,7 @@ export default Vue.extend({
renderCategoryName(categoryName: CategoryName) {
const key = `nodeCreator.categoryNames.${categoryName}` as const;
return this.$locale.exists(key) ? this.$locale.baseText(key) : categoryName;
return this.$locale.exists(key) ? this.$locale.baseText(key) : this.item.category;
},
},
});