mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:46:49 +00:00
test: comments clean up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -187,7 +187,6 @@ export const genTest = (apiType, dbType) => {
|
||||
}
|
||||
} else {
|
||||
projectsPage.createProject(proj.basic, proj.config);
|
||||
// cy.wait(5000);
|
||||
if (dbType === "xcdb") {
|
||||
// store base URL- to re-visit and delete form view later
|
||||
let projId;
|
||||
@@ -240,12 +239,9 @@ export const genTest = (apiType, dbType) => {
|
||||
cy_createProjectBlock(proj, apiType, dbType);
|
||||
}
|
||||
|
||||
// kludge: wait for page load to finish
|
||||
// cy.wait(2000);
|
||||
// close team & auth tab
|
||||
cy.get("button.ant-tabs-tab-remove").should("exist").click();
|
||||
cy.get("button.ant-tabs-tab-remove").should("not.exist");
|
||||
// cy.wait(1000);
|
||||
|
||||
// first instance of updating local storage information
|
||||
cy.saveLocalStorage();
|
||||
|
||||
Reference in New Issue
Block a user