This commit is contained in:
@@ -110,7 +110,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<v-divider class="mt-6"></v-divider>
|
<v-divider class="mt-6"></v-divider>
|
||||||
<v-subheader>{{ t("LicensedOptions") }}</v-subheader>
|
<v-subheader data-cy="aboutlicensedoptions">{{
|
||||||
|
t("LicensedOptions")
|
||||||
|
}}</v-subheader>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="item in serverInfo.license.license.features"
|
v-for="item in serverInfo.license.license.features"
|
||||||
|
|||||||
@@ -116,8 +116,7 @@ describe("Login", () => {
|
|||||||
//title
|
//title
|
||||||
cy.contains("About AyaNova");
|
cy.contains("About AyaNova");
|
||||||
//client user should *NOT* see the licensed to bit or licensed options
|
//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
|
//LOGOUT
|
||||||
cy.get("[data-cy=contextmenu]").click();
|
cy.get("[data-cy=contextmenu]").click();
|
||||||
|
|||||||
Reference in New Issue
Block a user