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

@@ -54,7 +54,7 @@ export const genTest = (apiType, dbType) => {
mainPage.unhideField(`ZipCode`);
// Column operations: Sort
mainPage.sortField("Name", "Z -> A");
mainPage.sortField("Name", "Z A");
mainPage
.getCell(`Name`, 1)
.contains("ZACHARY HITE")
@@ -114,7 +114,7 @@ export const genTest = (apiType, dbType) => {
mainPage.unhideField("FilmInfo");
// Column operations: Sort
mainPage.sortField("FirstName", "Z -> A");
mainPage.sortField("FirstName", "Z A");
mainPage
.getCell(`FirstName`, 1)
.contains("ZERO")