update test

This commit is contained in:
Keith J. Grant 2023-01-03 11:38:44 -08:00 committed by Michael Abashian
parent 1aca9929ab
commit 4810099158

View File

@ -420,7 +420,7 @@ describe('<AdvancedSearch />', () => {
const selectOptions = wrapper.find(
'Select[aria-label="Related search type"] SelectOption'
);
expect(selectOptions).toHaveLength(2);
expect(selectOptions).toHaveLength(3);
expect(
selectOptions.find('SelectOption[id="name-option-select"]').prop('value')
).toBe('name__icontains');