mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
update test
This commit is contained in:
committed by
Michael Abashian
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');
|
||||
|
||||
Reference in New Issue
Block a user