|
|
|
@ -448,7 +448,6 @@ export class _mainPage {
|
|
|
|
|
cy.get(".nc-btn-metasync-sync-now") |
|
|
|
|
.should("exist") |
|
|
|
|
.click({ force: true }); |
|
|
|
|
cy.toastWait(`Table metadata recreated successfully`); |
|
|
|
|
cy.get(".nc-metasync-row").then((row) => { |
|
|
|
|
for (let i = 0; i < row.length; i++) { |
|
|
|
|
cy.wrap(row).contains("No change identified").should("exist"); |
|
|
|
@ -458,7 +457,7 @@ export class _mainPage {
|
|
|
|
|
// cy.get(`.nc-metasync-row-${tbl}`)
|
|
|
|
|
// .contains("No change identified")
|
|
|
|
|
// .should("exist");
|
|
|
|
|
|
|
|
|
|
// cy.toastWait(`Table metadata recreated successfully`);
|
|
|
|
|
// cy.get(`.nc-metasync-row-${tbl}`).should("exist");
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|