chore: remove redundant word in comment (#3742)
CI / install (push) Has been cancelled
Release Insiders / build (20) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / check-types (push) Has been cancelled

remove redundant word in comment
This commit is contained in:
clonemycode
2025-06-10 00:55:03 +08:00
committed by GitHub
parent bc76bbd3f1
commit 0933dd5e5f
2 changed files with 4 additions and 4 deletions
@@ -1076,7 +1076,7 @@ describe('Mouse interactions', () => {
// Verify that the wrapper function has not been called yet // Verify that the wrapper function has not been called yet
expect(wrapperFn).toHaveBeenCalledTimes(0) expect(wrapperFn).toHaveBeenCalledTimes(0)
// Click the button inside the the Dialog // Click the button inside the Dialog
await click(getByText('Inside')) await click(getByText('Inside'))
// Verify it is closed // Verify it is closed
@@ -1119,7 +1119,7 @@ describe('Mouse interactions', () => {
// Verify it is open // Verify it is open
assertDialog({ state: DialogState.Visible }) assertDialog({ state: DialogState.Visible })
// Click the button inside the the Dialog // Click the button inside the Dialog
await click(getByText('Inside')) await click(getByText('Inside'))
// Verify it is still open // Verify it is still open
@@ -1821,7 +1821,7 @@ describe('Mouse interactions', () => {
// Verify that the wrapper function has not been called yet // Verify that the wrapper function has not been called yet
expect(wrapperFn).toHaveBeenCalledTimes(0) expect(wrapperFn).toHaveBeenCalledTimes(0)
// Click the button inside the the Dialog // Click the button inside the Dialog
await click(getByText('Inside')) await click(getByText('Inside'))
// Verify it is closed // Verify it is closed
@@ -1864,7 +1864,7 @@ describe('Mouse interactions', () => {
// Verify it is open // Verify it is open
assertDialog({ state: DialogState.Visible }) assertDialog({ state: DialogState.Visible })
// Click the button inside the the Dialog // Click the button inside the Dialog
await click(getByText('Inside')) await click(getByText('Inside'))
// Verify it is still open // Verify it is still open