This commit is contained in:
@@ -97,6 +97,11 @@ describe("WIDGET", () => {
|
|||||||
cy.get("[data-cy=notes]").type("Testing 1..2..3{enter}EOT");
|
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=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 });
|
//cy.get("[data-cy=tags]").type("zone1{enter}", { force: true });
|
||||||
|
|
||||||
// // we should be redirected to /dashboard
|
// // we should be redirected to /dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user