From 2a016a5cacc7a031fbcecd0e455f4fd05dcc2811 Mon Sep 17 00:00:00 2001 From: Don Walizer <12420708+dwalizer@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:18:25 -0400 Subject: [PATCH] #2490 Unskip tests --- .../cypress/e2e/community/community_proj_email_header_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/cypress/e2e/community/community_proj_email_header_spec.js b/e2e-tests/cypress/e2e/community/community_proj_email_header_spec.js index 1b59afcaaa..5414f5bd4b 100644 --- a/e2e-tests/cypress/e2e/community/community_proj_email_header_spec.js +++ b/e2e-tests/cypress/e2e/community/community_proj_email_header_spec.js @@ -529,7 +529,7 @@ describe('Community Project Email Header/Footer Tests', () => { }); }); - it.skip('default communityHeaderDescriptor value replaced in header/footer for contact all admins email', () => { + it('default communityHeaderDescriptor value replaced in header/footer for contact all admins email', () => { cy.createProject(1, {enableProtectedUserCommunity: true}) cy.createSubject(1, 1); cy.createSkill(1, 1, 1) @@ -578,7 +578,7 @@ describe('Community Project Email Header/Footer Tests', () => { }); }); - it.skip('default communityHeaderDescriptor value replaced in header/footer for reset password email', () => { + it('default communityHeaderDescriptor value replaced in header/footer for reset password email', () => { cy.register('test@skills.org', 'apassword', false); cy.visit('/administrator/'); cy.get('[data-cy=forgotPassword]')