diff --git a/ayanova/tests/e2e/specs/select-list-templates.js b/ayanova/tests/e2e/specs/select-list-templates.js index 4eb9868b..8e0f5906 100644 --- a/ayanova/tests/e2e/specs/select-list-templates.js +++ b/ayanova/tests/e2e/specs/select-list-templates.js @@ -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"); //----------------- }); });