cypress: update latest sort option text

This commit is contained in:
Wing-Kam Wong
2022-07-15 16:00:41 +08:00
parent e276fd1e17
commit cf8cf99442
7 changed files with 12 additions and 12 deletions

View File

@@ -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");