This commit is contained in:
2020-04-01 01:18:07 +00:00
parent fa6746b64b
commit a6d9237fa4

View File

@@ -97,6 +97,11 @@ describe("WIDGET", () => {
cy.get("[data-cy=notes]").type("Testing 1..2..3{enter}EOT");
cy.get("[data-cy=tags] input[type=text] ").type("zone1{enter}");
cy.get("[data-cy=WidgetCustom2]").click(); //to close the tags above
cy.get("[data-cy=WidgetCustom2]").type(
"Custom text field testing a...b...c...{enter}EOT"
);
//cy.get("[data-cy=tags]").type("zone1{enter}", { force: true });
// // we should be redirected to /dashboard