mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 05:11:49 -05:00
update VariablesField test for new id
This commit is contained in:
@@ -90,7 +90,7 @@ describe('VariablesField', () => {
|
|||||||
)}
|
)}
|
||||||
</Formik>
|
</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 () => {
|
it('should submit value through Formik', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user