mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 09:46:45 +00:00
chore(cypress): make dropdown selection consistent
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -322,7 +322,7 @@ export class _mainPage {
|
||||
cy.wait(500)
|
||||
cy.get(".nc-sort-dir-select div").first().click();
|
||||
cy.wait(500)
|
||||
cy.get('.ant-select-dropdown:visible').find(`.ant-select-item`).contains(criteria).should('exist').click();
|
||||
cy.get('.sort-dir-dropdown.ant-select-dropdown:visible').find(`.ant-select-item`).contains(criteria).should('exist').click();
|
||||
cy.wait(500)
|
||||
cy.get(".nc-sort-menu-btn").click();
|
||||
cy.wait(500)
|
||||
|
||||
Reference in New Issue
Block a user