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();