Caleb Porzio 3 years ago
parent
commit
091efe7ba2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/cypress/integration/plugins/intersect.spec.js

+ 3 - 3
tests/cypress/integration/plugins/intersect.spec.js

@@ -59,13 +59,13 @@ test('It should evaluate with ":leave" only when the component is not intersecte
     },
     },
 )
 )
 
 
-test.only('.half thing',
+test('.half',
     [html`
     [html`
     <div x-data="{ count: 0 }">
     <div x-data="{ count: 0 }">
         <span x-text="count"></span>
         <span x-text="count"></span>
 
 
         <div id="container" style="height: 400px; overflow-y: scroll;">
         <div id="container" style="height: 400px; overflow-y: scroll;">
-            <div style="height: 401px;">spacer</div>
+            <div style="height: 410px;">spacer</div>
 
 
             <div style="height: 400px" x-intersect.half="count++">
             <div style="height: 400px" x-intersect.half="count++">
                 <div style="text-align: center;">content</div>
                 <div style="text-align: center;">content</div>
@@ -82,7 +82,7 @@ test.only('.half thing',
     },
     },
 )
 )
 
 
-test.only('.full thing',
+test('.full',
     [html`
     [html`
     <div x-data="{ count: 0 }">
     <div x-data="{ count: 0 }">
         <span x-text="count"></span>
         <span x-text="count"></span>