test(cypress): excel import validation (draft/wip)

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2021-11-18 12:00:29 +05:30
parent 8e15a8bb88
commit f6b21429ff
9 changed files with 325 additions and 3 deletions

View File

@@ -124,7 +124,6 @@ export default {
let total = 0; let progress = 0
console.log(this.importData)
debugger
await Promise.all(Object.entries(this.importData).map(v => (async([table, data]) => {
await this.$store.dispatch('meta/ActLoadMeta', {
tn: `${prefix}${table}`, project_id: projectId