#5237 Fixes from comments

This commit is contained in:
Knut Sveidqvist
2024-08-09 14:04:53 +02:00
parent c2a479ab44
commit 729080f4b1
4 changed files with 1 additions and 29 deletions

View File

@@ -9,7 +9,6 @@ function b64ToUtf8(str) {
// Adds a rendered flag to window when rendering is done, so cypress can wait for it.
function markRendered() {
console.log('Done rendering');
if (window.Cypress) {
window.rendered = true;
}