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

@@ -112,7 +112,6 @@ export const genTest = (apiType, dbType) => {
cy.visit(linkText, {
baseUrl: null,
});
// cy.wait(5000);
cy.wait(["@waitForPageLoad"], { times: 2 });
// wait for share view page to load!
@@ -208,8 +207,6 @@ export const genTest = (apiType, dbType) => {
// // clean up newly added rows into Country table operations
// // this auto verifies successfull addition of rows to table as well
// mainPage.getPagination(25).click();
// // kludge: flicker on load
// cy.wait(3000)
//
// cy.get(".nc-grid-row").should("have.length", 1);
// cy.get(".ant-checkbox").should('exist').eq(1).click({ force: true });