update VariablesField test for new id

This commit is contained in:
Keith J. Grant 2021-04-12 08:45:28 -07:00
parent 94038006aa
commit 445b2fef84

View File

@ -90,7 +90,7 @@ describe('VariablesField', () => {
)}
</Formik>
);
expect(wrapper.find('Popover[data-cy="the-field"]').length).toBe(1);
expect(wrapper.find('Popover[data-cy="the-field-tooltip"]').length).toBe(1);
});
it('should submit value through Formik', async () => {