File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
@headlessui-react/src/components/dialog
@headlessui-vue/src/components/dialog Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1076,7 +1076,7 @@ describe('Mouse interactions', () => {
10761076 // Verify that the wrapper function has not been called yet
10771077 expect ( wrapperFn ) . toHaveBeenCalledTimes ( 0 )
10781078
1079- // Click the button inside the the Dialog
1079+ // Click the button inside the Dialog
10801080 await click ( getByText ( 'Inside' ) )
10811081
10821082 // Verify it is closed
@@ -1119,7 +1119,7 @@ describe('Mouse interactions', () => {
11191119 // Verify it is open
11201120 assertDialog ( { state : DialogState . Visible } )
11211121
1122- // Click the button inside the the Dialog
1122+ // Click the button inside the Dialog
11231123 await click ( getByText ( 'Inside' ) )
11241124
11251125 // Verify it is still open
Original file line number Diff line number Diff line change @@ -1821,7 +1821,7 @@ describe('Mouse interactions', () => {
18211821 // Verify that the wrapper function has not been called yet
18221822 expect ( wrapperFn ) . toHaveBeenCalledTimes ( 0 )
18231823
1824- // Click the button inside the the Dialog
1824+ // Click the button inside the Dialog
18251825 await click ( getByText ( 'Inside' ) )
18261826
18271827 // Verify it is closed
@@ -1864,7 +1864,7 @@ describe('Mouse interactions', () => {
18641864 // Verify it is open
18651865 assertDialog ( { state : DialogState . Visible } )
18661866
1867- // Click the button inside the the Dialog
1867+ // Click the button inside the Dialog
18681868 await click ( getByText ( 'Inside' ) )
18691869
18701870 // Verify it is still open
You can’t perform that action at this time.
0 commit comments