mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
update VariablesField test for new id
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user