Browse Source

Remove `only`

Josh Hanley 1 năm trước cách đây
mục cha
commit
361e78222b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/cypress/integration/plugins/focus.spec.js

+ 1 - 1
tests/cypress/integration/plugins/focus.spec.js

@@ -29,7 +29,7 @@ test('can trap focus',
     },
 )
 
-test.only('works with clone',
+test('works with clone',
     [html`
         <div id="foo" x-data="{
             open: false,