This commit is contained in:
2020-04-03 23:39:43 +00:00
parent 4d608794ad
commit 02ada3a759
2 changed files with 3 additions and 8 deletions

View File

@@ -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

View File

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