describe("when set to false in body element", () => {

        beforeEach(() => {
          document.body.setAttribute("data-placeholder-live", "false")
          helpers.spyOnNativeSupportAndReturn(false)