aboutsummaryrefslogtreecommitdiff
path: root/testlib/selenium
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-14 03:37:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-14 03:37:35 +0100
commitaf901cb892a5ecd493915e49c04dfbecf00c8b0e (patch)
tree2a46692b0384f5141832bd2f7db7fa241df10be4 /testlib/selenium
parent8fdbfeea599281d6fa90e7f38009ad94c4d7490e (diff)
improve error handling intest harness
Diffstat (limited to 'testlib/selenium')
-rw-r--r--testlib/selenium/runtime.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/testlib/selenium/runtime.js b/testlib/selenium/runtime.js
index 84660c35b..e00671175 100644
--- a/testlib/selenium/runtime.js
+++ b/testlib/selenium/runtime.js
@@ -102,7 +102,6 @@ var script = `
})
.catch((e) => {
window.__test_over = true;
- console.error(e)
});
})
.catch((e) => {