This commit is contained in:
@@ -91,6 +91,14 @@ describe("WIDGET", () => {
|
|||||||
".v-autocomplete__content > .v-select-list > div:nth-child(2)"
|
".v-autocomplete__content > .v-select-list > div:nth-child(2)"
|
||||||
).click();
|
).click();
|
||||||
|
|
||||||
|
//select customer user
|
||||||
|
cy.get("[data-cy=usertype]").type("cu{enter}", { force: true });
|
||||||
|
|
||||||
|
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]").type("zone1{enter}", { force: true });
|
||||||
|
|
||||||
// // we should be redirected to /dashboard
|
// // we should be redirected to /dashboard
|
||||||
// cy.url().should("include", "/home-dashboard");
|
// cy.url().should("include", "/home-dashboard");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user