Skip to content

Commit

Permalink
#2490 Unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Jun 26, 2024
1 parent ed0455a commit 2a016a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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('[email protected]', 'apassword', false);
cy.visit('/administrator/');
cy.get('[data-cy=forgotPassword]')
Expand Down

0 comments on commit 2a016a5

Please sign in to comment.