it("switches the type of an input from password to text when false", () => {
    const password = createElement("input", {
      type: "password",
      autocapitalize: "off",
      autocorrect: "off",