You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2022/09/09 04:19:18 UTC

[superset] branch lyndsi/PropertiesModal-act-cleanup created (now 532a31a506)

This is an automated email from the ASF dual-hosted git repository.

lyndsi pushed a change to branch lyndsi/PropertiesModal-act-cleanup
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 532a31a506 1 act error removed from PropertyModal test

This branch includes the following new commits:

     new 532a31a506 1 act error removed from PropertyModal test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: 1 act error removed from PropertyModal test

Posted by ly...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lyndsi pushed a commit to branch lyndsi/PropertiesModal-act-cleanup
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 532a31a5062ba389482e3badbd0409b724c7c571
Author: lyndsiWilliams <kc...@gmail.com>
AuthorDate: Thu Sep 8 23:19:01 2022 -0500

    1 act error removed from PropertyModal test
---
 .../src/explore/components/PropertiesModal/PropertiesModal.test.tsx    | 3 +++
 1 file changed, 3 insertions(+)

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('');