This commit is contained in:
2020-04-05 17:49:35 +00:00
parent 6c986ee0a3
commit 2858ab402e

View File

@@ -32,9 +32,10 @@ describe("PICK LIST TEMPLATE", () => {
cy.url().should("include", "/widgets/0");
//select a user with a zone set
cy.get("[data-cy=userid] > .v-input").type(
"..zone{downarrow}{downarrow}{enter}"
"..zone1{downarrow}{downarrow}{enter}"
);
//tags is off so there shouldn't be any "zones" visible in there
cy.contains("zone1").should("not.exist");
//-----------------
});
});