Fixing UI general test

This commit is contained in:
John Westcott IV
2022-06-15 10:35:30 -04:00
parent 21bed7473d
commit 61f483ae32

View File

@@ -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 () => {