From 3d21243060b791c841b31bbec5b26cd5d2df0cb3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 20 Oct 2023 11:54:08 +0200 Subject: [PATCH] test: REBASE ME Unignore React DOM nesting errors The previous commits fix them. --- test/common/testlib.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/common/testlib.py b/test/common/testlib.py index 1c080fed92cb..5383bb285e23 100644 --- a/test/common/testlib.py +++ b/test/common/testlib.py @@ -1702,8 +1702,6 @@ def login_and_go(self, path: Optional[str] = None, user: Optional[str] = None, h # List of allowed console.error() messages during tests; these match substrings default_allowed_console_errors = [ - # HACK: Fix these ASAP, these are major bugs - "Warning: validateDOMNesting.*cannot appear as a", # HACK: These should be fixed, but debugging these is not trivial, and the impact is very low "Warning: .* setState.*on an unmounted component", "Warning: Can't perform a React state update on an unmounted component",