From 2858ab402eb58cf006f8ee7f80ea962a35bc862e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 5 Apr 2020 17:49:35 +0000 Subject: [PATCH] --- ayanova/tests/e2e/specs/select-list-templates.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); //----------------- }); });