Skip to content

Commit

Permalink
AE-2316: Remove headers from public's e2e test case
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-juhohaa committed Oct 29, 2024
1 parent 9cdfc05 commit f989321
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,6 @@ context('Public', () => {
cy.resetDb();
});

beforeEach(() => {
cy.intercept(/\/api\/private/, req => {
req.headers = { ...req.headers, ...paakayttajaHeaders };
});
});

describe.only('when destroying expired energiatodistukset', () => {
it('should see all the Voimassa energiatodistukset before running the expiration', () => {
cy.visit(`${publicUrl}/ethaku`);
Expand Down

0 comments on commit f989321

Please sign in to comment.