def test_record_bulk_modify_clear_text(helpers):
        pytest.app.records.bulk_create({'Text': '9999999'}, {'Text': '9999999'}, {
                                       'Text': '9999999'}, {'Text': '9999999'})
        initialRecords = len(pytest.app.records.search(
            ('Text', 'equals', '9999999')))