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

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