Skip to content

Commit

Permalink
test: WIP check DOM nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Oct 19, 2023
1 parent 6a5b725 commit 2a0e10f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,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",
"Warning: React does not recognize the.*prop on a DOM element",
"Warning: .*prop on .* should not be null",
# HACK: These should be fixed, but debugging these is not trivial, and the impact is very low
Expand Down

0 comments on commit 2a0e10f

Please sign in to comment.