Browse Source

test(cypress): test correction

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

8
cypress/integration/common/filter_sort_fields_operations_spec.js

@ -81,14 +81,6 @@ const genTest = (type) => {
cy.get('th:contains(LastUpdate)').should('be.visible')
// drag fields
cy.get('.v-window-item--active .nc-grid tr > th:last button').click({force: true});
cy.get('.nc-column-name-input input').clear().type('new_column1')
cy.get('.nc-col-create-or-edit-card').contains('Save').click()
cy.get('.v-window-item--active .nc-grid tr > th:last button').click({force: true});
cy.get('.nc-column-name-input input').clear().type('new_column2')
cy.get('.nc-col-create-or-edit-card').contains('Save').click()
// cy.get('.menuable__content__active .v-list-item label:contains(Country)').closest('.v-list-item').dragTo('.v-list-item:has(.menuable__content__active .v-list-item label:contains(LastUpdate)')
/* cy.get('.nc-fields-menu-btn').click()

Loading…
Cancel
Save