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', () => {
1076
1076
// Verify that the wrapper function has not been called yet
1077
1077
expect ( wrapperFn ) . toHaveBeenCalledTimes ( 0 )
1078
1078
1079
- // Click the button inside the the Dialog
1079
+ // Click the button inside the Dialog
1080
1080
await click ( getByText ( 'Inside' ) )
1081
1081
1082
1082
// Verify it is closed
@@ -1119,7 +1119,7 @@ describe('Mouse interactions', () => {
1119
1119
// Verify it is open
1120
1120
assertDialog ( { state : DialogState . Visible } )
1121
1121
1122
- // Click the button inside the the Dialog
1122
+ // Click the button inside the Dialog
1123
1123
await click ( getByText ( 'Inside' ) )
1124
1124
1125
1125
// Verify it is still open
Original file line number Diff line number Diff line change @@ -1821,7 +1821,7 @@ describe('Mouse interactions', () => {
1821
1821
// Verify that the wrapper function has not been called yet
1822
1822
expect ( wrapperFn ) . toHaveBeenCalledTimes ( 0 )
1823
1823
1824
- // Click the button inside the the Dialog
1824
+ // Click the button inside the Dialog
1825
1825
await click ( getByText ( 'Inside' ) )
1826
1826
1827
1827
// Verify it is closed
@@ -1864,7 +1864,7 @@ describe('Mouse interactions', () => {
1864
1864
// Verify it is open
1865
1865
assertDialog ( { state : DialogState . Visible } )
1866
1866
1867
- // Click the button inside the the Dialog
1867
+ // Click the button inside the Dialog
1868
1868
await click ( getByText ( 'Inside' ) )
1869
1869
1870
1870
// Verify it is still open
You can’t perform that action at this time.
0 commit comments