Caleb Porzio hace 2 años
padre
commit
e12217c050
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/cypress/integration/plugins/ui/disclosure.spec.js

+ 1 - 1
tests/cypress/integration/plugins/ui/disclosure.spec.js

@@ -78,7 +78,7 @@ test('can set a default open state',
     },
 )
 
-test.only('it toggles using the space key',
+test('it toggles using the space key',
     [html`
         <div x-data x-disclosure>
             <button trigger x-disclosure:button>Trigger</button>