diff --git a/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx b/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx index b082a7a09e..fe006cd857 100644 --- a/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx +++ b/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx @@ -279,14 +279,6 @@ function JobDetail({ job, i18n, history }) { > {i18n._(t`Delete`)} - {isDeleteModalOpen && ( ', () => { mountWithContexts(); }); - test('should display a Close button', () => { - const wrapper = mountWithContexts(); - - expect(wrapper.find('Button[aria-label="close"]').length).toBe(1); - wrapper.unmount(); - }); - test('should display details', () => { const wrapper = mountWithContexts();