mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:26:08 +00:00
test: remove access to export / import tab
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ export const genTest = (apiType, dbType) => {
|
||||
// open Project metadata tab
|
||||
//
|
||||
mainPage.navigationDraw(mainPage.PROJ_METADATA).click();
|
||||
cy.get(".nc-exp-imp-metadata").dblclick({ force: true });
|
||||
// cy.get(".nc-exp-imp-metadata").dblclick({ force: true });
|
||||
cy.get(".nc-ui-acl-tab").click({ force: true });
|
||||
|
||||
cy.snip("Meta_Tab3");
|
||||
|
||||
@@ -58,7 +58,7 @@ export const genTest = (apiType, dbType, roleType) => {
|
||||
// open Project metadata tab
|
||||
//
|
||||
mainPage.navigationDraw(mainPage.PROJ_METADATA).click();
|
||||
cy.get(".nc-exp-imp-metadata").dblclick({ force: true });
|
||||
// cy.get(".nc-exp-imp-metadata").dblclick({ force: true });
|
||||
cy.get(".nc-ui-acl-tab").click({ force: true });
|
||||
|
||||
// validate if it has 19 entries representing tables & views
|
||||
|
||||
Reference in New Issue
Block a user