test(cypress): table rename verification

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2021-11-21 13:46:21 +05:30
parent 1a8b5ed6c9
commit 5f66ec5d0b
3 changed files with 86 additions and 35 deletions

View File

@@ -147,8 +147,7 @@ function migrationsParser(data = [], dbKey, env, dbAlias, dbConnection) {
tn: table.tn,
_tn: table._tn,
dbConnection
},
creator_tooltip: `SQL Table name : '${table.tn}'`
}
};
tables.children.push(json);
}
@@ -356,8 +355,7 @@ function tableParser(data = [], dbKey, env, dbAlias, dbConnection) {
tn: table.tn,
_tn: table._tn,
dbConnection
},
creator_tooltip: `SQL Table name : '${table.tn}'`
}
};
tables.children.push(json);
}