test: comments clean up

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-09-25 10:52:07 +05:30
parent 181c362635
commit 728e6a0c6d
22 changed files with 137 additions and 216 deletions

View File

@@ -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();