diff --git a/packages/@headlessui-react/src/components/dialog/dialog.test.tsx b/packages/@headlessui-react/src/components/dialog/dialog.test.tsx index c7ad239..8736908 100644 --- a/packages/@headlessui-react/src/components/dialog/dialog.test.tsx +++ b/packages/@headlessui-react/src/components/dialog/dialog.test.tsx @@ -1076,7 +1076,7 @@ describe('Mouse interactions', () => { // Verify that the wrapper function has not been called yet expect(wrapperFn).toHaveBeenCalledTimes(0) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is closed @@ -1119,7 +1119,7 @@ describe('Mouse interactions', () => { // Verify it is open assertDialog({ state: DialogState.Visible }) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is still open diff --git a/packages/@headlessui-vue/src/components/dialog/dialog.test.ts b/packages/@headlessui-vue/src/components/dialog/dialog.test.ts index da269ec..7af8587 100644 --- a/packages/@headlessui-vue/src/components/dialog/dialog.test.ts +++ b/packages/@headlessui-vue/src/components/dialog/dialog.test.ts @@ -1821,7 +1821,7 @@ describe('Mouse interactions', () => { // Verify that the wrapper function has not been called yet expect(wrapperFn).toHaveBeenCalledTimes(0) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is closed @@ -1864,7 +1864,7 @@ describe('Mouse interactions', () => { // Verify it is open assertDialog({ state: DialogState.Visible }) - // Click the button inside the the Dialog + // Click the button inside the Dialog await click(getByText('Inside')) // Verify it is still open