From 61f483ae3229cb312140e4df0490c16825090823 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Wed, 15 Jun 2022 10:35:30 -0400 Subject: [PATCH] Fixing UI general test --- .../src/components/LaunchPrompt/steps/OtherPromptsStep.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {