mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -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(
|
const selectOptions = wrapper.find(
|
||||||
'Select[aria-label="Related search type"] SelectOption'
|
'Select[aria-label="Related search type"] SelectOption'
|
||||||
);
|
);
|
||||||
expect(selectOptions).toHaveLength(2);
|
expect(selectOptions).toHaveLength(3);
|
||||||
expect(
|
expect(
|
||||||
selectOptions.find('SelectOption[id="name-option-select"]').prop('value')
|
selectOptions.find('SelectOption[id="name-option-select"]').prop('value')
|
||||||
).toBe('name__icontains');
|
).toBe('name__icontains');
|
||||||
|
|||||||
Reference in New Issue
Block a user