mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
update VariablesField test for new id
This commit is contained in:
parent
94038006aa
commit
445b2fef84
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user