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:
@@ -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;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user