mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
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