mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 21:48:59 +00:00
test: comments clean up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user