mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 21:55:17 +00:00
test(cypress): couple meta sync click & toast action
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -447,7 +447,10 @@ export class _mainPage {
|
||||
cy.get(`.nc-metasync-row-${tbl}`).contains(msg).should("exist");
|
||||
cy.get(".nc-btn-metasync-sync-now")
|
||||
.should("exist")
|
||||
.click({ force: true });
|
||||
.click({ force: true })
|
||||
.then(() => {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user