mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 15:27:25 +00:00
test(cypress) enable xcdb-rest suite
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -403,6 +403,15 @@ export class _mainPage {
|
||||
cy.get(".nc-btn-metasync-reload").should("exist").click({ force: true });
|
||||
cy.get(`.nc-metasync-row-${tbl}`).contains(msg).should("exist");
|
||||
cy.get(".nc-btn-metasync-sync-now").should("exist").click({ force: true });
|
||||
cy.get(".nc-metasync-row").then((row) => {
|
||||
for (let i = 0; i < row.length; i++) {
|
||||
cy.wrap(row).contains("No change identified").should("exist");
|
||||
}
|
||||
});
|
||||
// cy.get(`.nc-metasync-row-${tbl}`).contains(msg).should("not.exist");
|
||||
// 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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user