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