mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
update tests to match new ids
This commit is contained in:
@@ -49,6 +49,7 @@ describe('<Lookup />', () => {
|
||||
const wrapper = mount(
|
||||
<I18nProvider>
|
||||
<Lookup
|
||||
id="search"
|
||||
lookup_header="Foo Bar"
|
||||
name="fooBar"
|
||||
value={mockSelected}
|
||||
@@ -76,6 +77,7 @@ describe('<Lookup />', () => {
|
||||
const wrapper = mount(
|
||||
<I18nProvider>
|
||||
<Lookup
|
||||
id="search"
|
||||
lookup_header="Foo Bar"
|
||||
name="fooBar"
|
||||
value={mockSelected}
|
||||
@@ -100,6 +102,7 @@ describe('<Lookup />', () => {
|
||||
const wrapper = mount(
|
||||
<I18nProvider>
|
||||
<Lookup
|
||||
id="search"
|
||||
lookup_header="Foo Bar"
|
||||
name="fooBar"
|
||||
value={mockData}
|
||||
|
||||
Reference in New Issue
Block a user