summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2021-11-11 07:55:50 -0400
committerAndras Timar <andras.timar@collabora.com>2021-11-15 12:21:59 +0100
commit4784ca2afe5c70623d145aed79710c79e0a2d884 (patch)
treecf0660e8260854cab1f57ef53d04ae0a4caeada0 /cypress_test/integration_tests
parentwsd: always subscribe when proactively rendering tiles (diff)
downloadonline-4784ca2afe5c70623d145aed79710c79e0a2d884.tar.gz
online-4784ca2afe5c70623d145aed79710c79e0a2d884.zip
browser: rename 'loleafletframe' -> 'coolframe'
in html/debug.html Change-Id: I7e14bf9deb140090fbb39c8facfaf9360e5a1a7d Signed-off-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'cypress_test/integration_tests')
-rw-r--r--cypress_test/integration_tests/common/helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/common/helper.js b/cypress_test/integration_tests/common/helper.js
index c784e03e21..3092b2a145 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -113,7 +113,7 @@ function loadTestDocNextcloud(fileName, subFolder, subsequentLoad) {
.then(cy.wrap).as('richdocumentsIFrameGlobal');
cy.get('@richdocumentsIFrameGlobal')
- .find('iframe#loleafletframe')
+ .find('iframe#coolframe')
.its('0.contentDocument').should('exist')
.its('body').should('not.be.undefined')
.then(cy.wrap).as('loleafletIFrameGlobal');