|
|
|
@ -76,6 +76,9 @@ export const genTest = (apiType, dbType) => {
|
|
|
|
|
|
|
|
|
|
cy.closeTableTab("CityX"); |
|
|
|
|
|
|
|
|
|
// revert re-name operation to not impact rest of test suite
|
|
|
|
|
cy.renameTable("CityX", "City"); |
|
|
|
|
|
|
|
|
|
// 4. verify linked contents in other table
|
|
|
|
|
// 4a. Address table, has many field
|
|
|
|
|
cy.openTableTab("Address", 25); |
|
|
|
@ -97,9 +100,6 @@ export const genTest = (apiType, dbType) => {
|
|
|
|
|
.contains("Kabul") |
|
|
|
|
.should("exist"); |
|
|
|
|
cy.closeTableTab("Country"); |
|
|
|
|
|
|
|
|
|
// revert re-name operation to not impact rest of test suite
|
|
|
|
|
cy.renameTable("CityX", "City"); |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|