Skip to content

Commit

Permalink
chore: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Najika Yoo committed Oct 6, 2023
1 parent d455fd3 commit 3809f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overlay/test/overlay.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ describe('Overlay - type="modal"', () => {
});
});
describe('Overlay - timing', () => {
it.only('manages multiple modals in a row without preventing them from closing', async () => {
it('manages multiple modals in a row without preventing them from closing', async () => {
const test = await fixture<HTMLDivElement>(html`
<div>
<overlay-trigger id="test-1" placement="right">
Expand Down

0 comments on commit 3809f27

Please sign in to comment.