diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4f4ef6a0..5d863bef 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -51,13 +51,7 @@ CURRENT TODOs todo: add tests for the following: - - datagrid - paging - filter selection works - refresh - new link - open click - make new datafilter, select it, confirm, then remove it + - customize form form - change password form - User options form diff --git a/ayanova/tests/e2e/specs/gz-data-table.js b/ayanova/tests/e2e/specs/gz-data-table.js index 1ac7e3f9..3ec6b12f 100644 --- a/ayanova/tests/e2e/specs/gz-data-table.js +++ b/ayanova/tests/e2e/specs/gz-data-table.js @@ -60,9 +60,10 @@ describe("GZ-DATA-TABLE", () => { cy.get("thead > tr > th:nth-child(1) > span").contains("User"); //switch back to default filter - cy.get("[data-cy=selectlistview]").type("-{enter}", { force: true }); + cy.get("[data-cy=selectlistview]").type("-{enter}{esc}", { force: true }); //open a widget record + cy.wait(100); cy.get("tbody > :nth-child(1) > :nth-child(1)").click(); //cy.get(":nth-child(1) > :nth-child(1) > .subtitle-1 > a").click();