diff --git a/superset-frontend/src/explore/components/PropertiesModal/PropertiesModal.test.tsx b/superset-frontend/src/explore/components/PropertiesModal/PropertiesModal.test.tsx index 4ea1327603..9b8d4ec2ed 100644 --- a/superset-frontend/src/explore/components/PropertiesModal/PropertiesModal.test.tsx +++ b/superset-frontend/src/explore/components/PropertiesModal/PropertiesModal.test.tsx @@ -269,6 +269,9 @@ test('Empty "Certified by" should clear "Certification details"', async () => { }; renderModal(noCertifiedByProps); + expect( + await screen.findByRole('textbox', { name: 'Certification details' }), + ).toBeInTheDocument(); expect( screen.getByRole('textbox', { name: 'Certification details' }), ).toHaveValue('');