Browse Source

test(cypress): test corrections

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/510/head
Pranav C 3 years ago
parent
commit
32c055b16b
  1. 2
      cypress/integration/common/table_row_operations_spec.js

2
cypress/integration/common/table_row_operations_spec.js

@ -26,7 +26,7 @@ const genTest = (type) => {
it('Add new row', () => {
cy.get('.nc-add-new-row-btn').click();
cy.get('.nc-add-new-row-btn').click({force: true});
cy.get('#data-table-form-Title > input').first().type(randVal);

Loading…
Cancel
Save