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

@@ -92,7 +92,6 @@ export const genTest = (apiType, dbType) => {
{ dbType: "none", apiType: "REST", name: "importSample" },
{}
);
// cy.wait(4000);
cy.saveLocalStorage();
});
@@ -176,7 +175,6 @@ export const genTest = (apiType, dbType) => {
cy.getActiveModal().find(".ant-btn-primary").click();
// wait for page to get loaded (issue observed in CI-CD)
// cy.wait(5000);
cy.wait("@waitForPageLoad");
});