mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Fixing UI general test
This commit is contained in:
@@ -85,7 +85,7 @@ describe('OtherPromptsStep', () => {
|
||||
expect(wrapper.find('VerbosityField')).toHaveLength(1);
|
||||
expect(
|
||||
wrapper.find('VerbosityField AnsibleSelect').prop('data')
|
||||
).toHaveLength(5);
|
||||
).toHaveLength(6);
|
||||
});
|
||||
|
||||
test('should render show changes toggle', async () => {
|
||||
|
||||
Reference in New Issue
Block a user