unksip test

pull/10958/head
Dominic Gannaway 7 months ago
parent f3fb60035f
commit 14cca8f9c4

@ -2,7 +2,6 @@ import { tick } from 'svelte';
import { test } from '../../test';
export default test({
skip: true, // failing test for https://github.com/sveltejs/svelte/issues/10787
html: `<button>3</button>`,
async test({ assert, target }) {
target.querySelector('button')?.click();

Loading…
Cancel
Save