mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Rename Select components to FormSelect for @patternfly/react-core 2.1.8
This commit is contained in:
@@ -44,6 +44,6 @@ describe('<AnsibleSelect />', () => {
|
||||
defaultSelected={mockData[1]}
|
||||
/>
|
||||
);
|
||||
expect(wrapper.find('Select')).toHaveLength(1);
|
||||
expect(wrapper.find('FormSelect')).toHaveLength(1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user