Skip to content

Commit 6477b54

Browse files
committed
Re-enable intersect spec
1 parent 1ba49b3 commit 6477b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cypress/integration/plugins/intersect.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('.once',
124124
},
125125
)
126126

127-
test.only('.margin',
127+
test('.margin',
128128
[html`
129129
<div x-data="{ count: 0 }">
130130
<span x-text="count"></span>

0 commit comments

Comments
 (0)