pull/7949/head
adiguba 4 years ago
parent e94deac9b0
commit 4f0d8ecda5

@ -1,7 +1,7 @@
export default { export default {
async test({ assert, target, raf }) { async test({ assert, target, raf }) {
const button = target.querySelector('#button'); const button = target.querySelector('#button');
const container = target.querySelector("#container"); const container = target.querySelector('#container');
// Multiple click on button // Multiple click on button
await button.dispatchEvent(new window.MouseEvent('click')); await button.dispatchEvent(new window.MouseEvent('click'));

Loading…
Cancel
Save