mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-05 23:51:48 -05:00
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