mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 12:46:49 +00:00
test: metasync intercept correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -592,7 +592,7 @@ export class _mainPage {
|
||||
|
||||
metaSyncValidate(tbl, msg) {
|
||||
// http://localhost:8080/api/v1/db/meta/projects/p_bxp57hmks0n5o2/meta-diff
|
||||
cy.intercept("GET", "/api/v1/db/meta/projects/*").as("metaSync");
|
||||
cy.intercept("GET", "/api/v1/db/meta/projects/**").as("metaSync");
|
||||
|
||||
cy.get(".nc-btn-metasync-reload").should("exist").click();
|
||||
// cy.wait(2000);
|
||||
|
||||
Reference in New Issue
Block a user