Skip to content

Commit

Permalink
remove setting test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Aug 17, 2022
1 parent 9137e58 commit 8b8256a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/meteor/tests/e2e/homepage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ test.describe.serial('homepage', () => {

test.describe('custom body', () => {
test.beforeAll(async ({ api }) => {
expect((await api.post('/settings/Layout_Custom_Body', { value: true })).status()).toBe(200);
expect((await api.post('/settings/Layout_Home_Body', { value: '<span data-qa-id="custom-body-span">Hello</span>' })).status()).toBe(
200,
);
Expand Down Expand Up @@ -139,7 +138,6 @@ test.describe.serial('homepage', () => {
});

test.afterAll(async ({ api }) => {
expect((await api.post('/settings/Layout_Custom_Body', { value: false })).status()).toBe(200);
expect((await api.post('/settings/Layout_Home_Body', { value: '' })).status()).toBe(200);
});
});
Expand Down

0 comments on commit 8b8256a

Please sign in to comment.