Skip to content

Commit 6085a34

Browse files
committed
test: fix faust integration test
1 parent 85fcc9d commit 6085a34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/hwp-previews/tests/e2e/specs/faust-integration.spec.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ import {
1616
} from "../constants";
1717

1818
test.describe("HWP Previews Faust Integration Test", () => {
19-
test.beforeEach(async ({ admin, page, requestUtils }) => {
19+
test.beforeAll(async ({ requestUtils }) => {
2020
await requestUtils.resetPreferences();
21+
});
22+
23+
test.beforeEach(async ({ admin, page }) => {
2124
await installFaust(admin, page);
2225

2326
// Set Faust frontend url

0 commit comments

Comments
 (0)