|
|
|
@ -6,7 +6,7 @@ export default {
|
|
|
|
|
<p>3</p>
|
|
|
|
|
`,
|
|
|
|
|
|
|
|
|
|
async test({ assert, component, target, window }) {
|
|
|
|
|
async test({ assert, target, window }) {
|
|
|
|
|
const button = target.querySelector('button');
|
|
|
|
|
const click = new window.MouseEvent('click');
|
|
|
|
|
|
|
|
|
@ -19,4 +19,4 @@ export default {
|
|
|
|
|
<p>6</p>
|
|
|
|
|
`);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
};
|