def test_date_field_date_on_save(helpers):
        theRecord = pytest.app.records.create(
            **{"Required Date & Time": pendulum.now()})
        theRecord["Date"] = pendulum.now().date()
        theRecord.save()