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