Browse Source

Merge pull request #3862 from nocodb/test/shared-base-render

test: update intercept message during shared base load
pull/3881/head
Raju Udava 2 years ago committed by GitHub
parent
commit
a1c41732e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/cypress/integration/common/6g_base_share.js

2
scripts/cypress/integration/common/6g_base_share.js

@ -22,7 +22,7 @@ export const genTest = (apiType, dbType) => {
it(`${roleType}: Visit base shared URL`, () => {
cy.log(linkText);
// http://localhost:8080/api/v1/db/meta/projects/p_4ufoizgrorwyey/tables?includeM2M=false
cy.intercept("/api/v1/db/meta/projects/**").as("waitForPageLoad");
cy.intercept("/api/v1/db/meta/projects/*/tables*").as("waitForPageLoad");
// visit URL & wait for page load to complete
cy.visit(linkText, {

Loading…
Cancel
Save