This commit is contained in:
@@ -51,13 +51,7 @@ CURRENT TODOs
|
|||||||
|
|
||||||
todo: add tests for the following:
|
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
|
- customize form form
|
||||||
- change password form
|
- change password form
|
||||||
- User options form
|
- User options form
|
||||||
|
|||||||
@@ -60,9 +60,10 @@ describe("GZ-DATA-TABLE", () => {
|
|||||||
cy.get("thead > tr > th:nth-child(1) > span").contains("User");
|
cy.get("thead > tr > th:nth-child(1) > span").contains("User");
|
||||||
|
|
||||||
//switch back to default filter
|
//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
|
//open a widget record
|
||||||
|
cy.wait(100);
|
||||||
cy.get("tbody > :nth-child(1) > :nth-child(1)").click();
|
cy.get("tbody > :nth-child(1) > :nth-child(1)").click();
|
||||||
//cy.get(":nth-child(1) > :nth-child(1) > .subtitle-1 > a").click();
|
//cy.get(":nth-child(1) > :nth-child(1) > .subtitle-1 > a").click();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user