mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 21:15:35 +00:00
test: cypress pg test suite- base files
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -278,9 +278,9 @@ export class _mainPage {
|
||||
cy.get(".nc-sort-menu-btn").click();
|
||||
cy.contains("Add Sort Option").click();
|
||||
cy.get(".nc-sort-field-select div").first().click();
|
||||
cy.get(
|
||||
`.menuable__content__active .v-list-item:contains(${field})`
|
||||
).click();
|
||||
cy.get(`.menuable__content__active .v-list-item:contains(${field})`)
|
||||
.first()
|
||||
.click();
|
||||
cy.get(".nc-sort-dir-select div").first().click();
|
||||
cy.get(
|
||||
`.menuable__content__active .v-list-item:contains(${criteria})`
|
||||
|
||||
Reference in New Issue
Block a user