This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user