diff --git a/apps/browser/src/autofill/overlay/pages/list/autofill-overlay-list.spec.ts b/apps/browser/src/autofill/overlay/pages/list/autofill-overlay-list.spec.ts index 41a9d3a510..bc87721b96 100644 --- a/apps/browser/src/autofill/overlay/pages/list/autofill-overlay-list.spec.ts +++ b/apps/browser/src/autofill/overlay/pages/list/autofill-overlay-list.spec.ts @@ -21,7 +21,6 @@ describe("AutofillOverlayList", () => { beforeEach(() => { document.body.innerHTML = ``; autofillOverlayList = document.querySelector("autofill-overlay-list"); - autofillOverlayList["messageOrigin"] = "https://localhost/"; jest.spyOn(globalThis.document, "createElement"); jest.spyOn(globalThis.parent, "postMessage"); });