mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
update test
This commit is contained in:
parent
1aca9929ab
commit
4810099158
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user