This commit is contained in:
@@ -110,7 +110,9 @@
|
||||
</div>
|
||||
|
||||
<v-divider class="mt-6"></v-divider>
|
||||
<v-subheader>{{ t("LicensedOptions") }}</v-subheader>
|
||||
<v-subheader data-cy="aboutlicensedoptions">{{
|
||||
t("LicensedOptions")
|
||||
}}</v-subheader>
|
||||
|
||||
<div
|
||||
v-for="item in serverInfo.license.license.features"
|
||||
|
||||
@@ -116,8 +116,7 @@ describe("Login", () => {
|
||||
//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();
|
||||
|
||||
Reference in New Issue
Block a user