update tests to match new ids

This commit is contained in:
Keith Grant
2019-04-03 13:16:29 -04:00
parent 99b2350778
commit 9781c22c3f
2 changed files with 5 additions and 2 deletions

View File

@@ -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}