mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 05:56:38 +00:00
cypress: update latest sort option text
This commit is contained in:
@@ -156,7 +156,7 @@ export const genTest = (apiType, dbType) => {
|
||||
|
||||
cy.openTableTab("Table1", 9);
|
||||
mainPage.hideField("Col1");
|
||||
mainPage.sortField("Col1", "Z -> A");
|
||||
mainPage.sortField("Col1", "9 → 1");
|
||||
mainPage.filterField(`Col1`, ">=", "5");
|
||||
cy.get(".nc-grid-row").should("have.length", 5);
|
||||
cy.closeTableTab("Table1");
|
||||
|
||||
Reference in New Issue
Block a user