|
|
@ -8,10 +8,7 @@ export const genTest = (apiType, dbType) => { |
|
|
|
if (!isTestSuiteActive(apiType, dbType)) return; |
|
|
|
if (!isTestSuiteActive(apiType, dbType)) return; |
|
|
|
|
|
|
|
|
|
|
|
function addNewRow(index, cellValue) { |
|
|
|
function addNewRow(index, cellValue) { |
|
|
|
cy.get(".nc-add-new-row-btn:visible").should("exist"); |
|
|
|
mainPage.addNewRowExpand("tablex"); |
|
|
|
cy.get(".nc-add-new-row-btn").click(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cy.wait(2000); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// cy.get("#data-table-form-Title > input").first().type(cellValue);
|
|
|
|
// cy.get("#data-table-form-Title > input").first().type(cellValue);
|
|
|
|
cy.get(".nc-expand-col-Title") |
|
|
|
cy.get(".nc-expand-col-Title") |
|
|
|