pull/9826/head
Rich Harris 3 years ago
parent 74765296ab
commit 64206d5dc9

@ -25,6 +25,7 @@ export default test({
button.click();
await tick();
await tick();
await tick();
assert.equal(getComputedStyle(div).color, 'rgb(0, 0, 0)');
assert.equal(getComputedStyle(inner_div).color, 'rgb(0, 0, 0)');

Loading…
Cancel
Save