delete title.title_id;
delete title.biblio_id;
// Cannot use the map/keepAttrs because of the reserved keywork 'package'
// Cannot use the map/keepAttrs because of the reserved keyword 'package'
title.resources.forEach(function (e) {
delete e.package;
delete e.resource_id;
cy.get("label").contains("Name");
cy.get("span").contains(resource.name);
});
it("should hide that property if the hidden attribute is set and falsy", () => {
it("should hide that property if the hidden attribute is set and false", () => {
cy.mount(ShowElement, {
props: {
resource,
-