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

rusackas pushed a commit to branch fail-cypress-on-console-errors
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/fail-cypress-on-console-errors 
by this push:
     new 7e6db6942f Let's see what /Warning: / matches we get... this should 
fail CI
7e6db6942f is described below

commit 7e6db6942ff6dd94eb7f44dfb211625e7d98266c
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Aug 11 16:53:24 2023 -0600

    Let's see what /Warning: / matches we get... this should fail CI
---
 superset-frontend/cypress-base/cypress/support/e2e.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/cypress-base/cypress/support/e2e.ts 
b/superset-frontend/cypress-base/cypress/support/e2e.ts
index 143a1f5df8..6642e0120c 100644
--- a/superset-frontend/cypress-base/cypress/support/e2e.ts
+++ b/superset-frontend/cypress-base/cypress/support/e2e.ts
@@ -29,7 +29,6 @@ const { getConfig, setConfig } = failOnConsoleError({
     /\[webpack-dev-server\]/,
     'The pseudo class ":first-child" is potentially unsafe when doing 
server-side rendering. Try changing it to ":first-of-type".',
     'The pseudo class ":nth-child" is potentially unsafe when doing 
server-side rendering. Try changing it to ":nth-of-type".',
-    /Warning: /,
     'Error: Unknown Error',
     /Unable to infer path to ace from script src/,
   ],

Reply via email to