diff --git a/cypress/e2e/collection-edit.cy.ts b/cypress/e2e/collection-edit.cy.ts index e1ba1c5eed8..11ef9a3ed45 100644 --- a/cypress/e2e/collection-edit.cy.ts +++ b/cypress/e2e/collection-edit.cy.ts @@ -12,8 +12,8 @@ beforeEach(() => { describe('Edit Collection > Edit Metadata tab', () => { it('should pass accessibility tests', () => { - // tag must be loaded - cy.get('ds-edit-collection').should('be.visible'); + // tag must be loaded + cy.get('ds-collection-form').should('be.visible'); // Analyze for accessibility issues testA11y('ds-edit-collection'); diff --git a/cypress/e2e/community-edit.cy.ts b/cypress/e2e/community-edit.cy.ts index 77e260feec0..edf4da2dac3 100644 --- a/cypress/e2e/community-edit.cy.ts +++ b/cypress/e2e/community-edit.cy.ts @@ -12,8 +12,8 @@ beforeEach(() => { describe('Edit Community > Edit Metadata tab', () => { it('should pass accessibility tests', () => { - // tag must be loaded - cy.get('ds-edit-community').should('be.visible'); + // tag must be loaded + cy.get('ds-community-form').should('be.visible'); // Analyze for accessibility issues testA11y('ds-edit-community'); diff --git a/src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.html b/src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.html index a8ca674c263..7797ba13c91 100644 --- a/src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.html +++ b/src/app/shared/comcol/comcol-forms/edit-comcol-page/edit-comcol-page.component.html @@ -11,9 +11,10 @@

{{ type + '.edit.head' | translate }}