diff --git a/awx/ui/src/components/LaunchPrompt/steps/OtherPromptsStep.test.js b/awx/ui/src/components/LaunchPrompt/steps/OtherPromptsStep.test.js index ca962d87c1..5b5e5eb19a 100644 --- a/awx/ui/src/components/LaunchPrompt/steps/OtherPromptsStep.test.js +++ b/awx/ui/src/components/LaunchPrompt/steps/OtherPromptsStep.test.js @@ -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 () => {