TST Don't set stackTraceLimit twice (#1139)

We already set it during initialization
This commit is contained in:
Dexter Chua 2021-01-15 17:41:36 +08:00 committed by GitHub
parent 3adebcd9b3
commit d70c32e87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class SeleniumWrapper:
# we have a multiline string, fix indentation
code = textwrap.dedent(code)
wrapper = """
Error.stackTraceLimit = Infinity;
let run = () => { %s }
try {
let result = run();