Caleb Porzio 3 lat temu
rodzic
commit
6fd78b5c49

+ 1 - 1
tests/cypress/integration/directives/x-on.spec.js

@@ -97,7 +97,7 @@ test('.stop modifier',
     }
 )
 
-test.only('.capture modifier',
+test('.capture modifier',
     html`
         <div x-data="{ foo: 'bar' }">
             <button @click.capture="foo = 'baz'">