From af905297a244b75084538669bb4335b923c9c99b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 Apr 2020 23:40:33 +0000 Subject: [PATCH] --- ayanova/src/views/ay-about.vue | 4 +++- ayanova/tests/e2e/specs/translation-about.js | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index 00d50711..8793c73b 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -110,7 +110,9 @@ - {{ t("LicensedOptions") }} + {{ + t("LicensedOptions") + }}
{ //title cy.contains("About AyaNova"); //client user should *NOT* see the licensed to bit or licensed options - cy.contains("Licensed to").should("not.exist"); - + cy.get("[data-cy='aboutlicensedoptions]").should("not.exist"); //LOGOUT cy.get("[data-cy=contextmenu]").click();