import { setupHTMLBuilder } from "@html_builder/../tests/helpers";
import { expect, test, describe } from "@odoo/hoot";
describe.current.tags("desktop");
test("should not allow edition of date and datetime fields", async () => {
await setupHTMLBuilder(
``
);
expect(":iframe time").toHaveProperty("isContentEditable", false);
});