Caleb Porzio 2 years ago
parent
commit
e12217c050
1 changed files with 1 additions and 1 deletions
  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>