mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 20:06:43 +00:00
test: correct intercept path
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ export const genTest = (apiType, dbType) => {
|
||||
.should("exist")
|
||||
.then(($obj) => {
|
||||
// http://localhost:8080/api/v1/db/public/shared-view/761f0200-e72c-487a-85bf-615d0d277054/rows?offset=0&filterArrJson=[]&sortArrJson=[]
|
||||
cy.intercept("/api/v1/db/public/shared-view/*").as(
|
||||
cy.intercept("/api/v1/db/public/shared-view/**").as(
|
||||
"waitForPageLoad"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user