summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2021-03-08 18:30:01 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2021-03-08 19:08:25 +0100
commitea5983e957306b55283fd60b9314f755ae18e226 (patch)
treeffb7adadb93b748617efba56b46d89a89d4e0932
parentcypress: make: spec can be optional here. (diff)
downloadonline-ea5983e957306b55283fd60b9314f755ae18e226.tar.gz
online-ea5983e957306b55283fd60b9314f755ae18e226.zip
cypress: remove this redundant logging.
cy.visit() logs this URI anyway. Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: Idbab1d0cd8cc0f9f0b62b194fb7f1a526c8b9f97
-rw-r--r--cypress_test/integration_tests/common/helper.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/common/helper.js b/cypress_test/integration_tests/common/helper.js
index 5d1c6c1d2d..39c0724650 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -54,7 +54,6 @@ function loadTestDocNoIntegration(fileName, subFolder, noFileCopy) {
Cypress.env('DATA_WORKDIR') + subFolder + '/' + fileName;
}
- cy.log('Loading: ' + URI);
cy.visit(URI, {
onLoad: function(win) {
win.onerror = cy.onUncaughtException;