mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:16:05 +00:00
fix: dom element class name correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -303,7 +303,7 @@ export class _mainPage {
|
||||
// .first()
|
||||
// .click();
|
||||
// cy.wait(3000)
|
||||
cy.getActiveMenu().find(`.nc-sort-fld-${field}`).should('exist').click();
|
||||
cy.getActiveMenu().find(`.nc-fld-${field}`).should('exist').click();
|
||||
cy.get(".nc-sort-dir-select div").first().click();
|
||||
cy.snipActiveMenu("Menu_SortField_criteriaSelection");
|
||||
cy.get(
|
||||
@@ -328,7 +328,7 @@ export class _mainPage {
|
||||
cy.get(".nc-filter-field-select").should("exist").last().click().type(field);;
|
||||
cy.snipActiveMenu("Menu_FilterField-fieldSelect");
|
||||
|
||||
cy.getActiveMenu().find(`.nc-filter-fld-${field}`).should('exist').click();
|
||||
cy.getActiveMenu().find(`.nc-fld-${field}`).should('exist').click();
|
||||
cy.get(".nc-filter-operation-select").should("exist").last().click();
|
||||
cy.snipActiveMenu("Menu_FilterField-operationSelect");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user