diff --git a/test/plugins/zoom.test.js b/test/plugins/zoom.test.js index 5d246a2..41f7346 100644 --- a/test/plugins/zoom.test.js +++ b/test/plugins/zoom.test.js @@ -15,7 +15,8 @@ const simulateKeyEvent = (el, code) => { beforeAll(() => { const slides = '12345'.replace(/(\d)/g, - '
'); + ' ') + .replace('section-1" class="', 'section-1" class="current '); document.body.innerHTML = `