Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Dec 12, 2023
1 parent 5887109 commit 9f30daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/plugins/ui/dialog.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test('x-dialog:title',
},
)

test.only('x-dialog:description',
test('x-dialog:description',
[html`
<article x-data x-dialog>
<p x-dialog:description>Dialog Title</p>
Expand Down

0 comments on commit 9f30daa

Please sign in to comment.