purple-ice-75399
02/27/2023, 7:45 PMCannot read properties of null (reading 'reload')
Does this workaround need to be different for Cypress 11.0.1+? Or what can I do here?
Thanks!purple-ice-75399
02/27/2023, 8:26 PMpurple-ice-75399
02/27/2023, 9:40 PMcy.window()
.document()
.then(function (doc) {
doc.addEventListener('click', function () {
setTimeout(doc.location.reload.bind(doc.location), 5000)
})