Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix an example code for mouse click #2043

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Dec 14, 2022

  1. docs: fix an example code for mouse click

    This PR is fix an example code for mouse click.
    The following error occurred when writing the test code as shown in the example.
    
    ```console
    TypeError: Cannot read properties of undefined (reading 'have')
    :
         42|
         43|       spy.should.have.been.calledWith('yes')
           |                 ^
         44|     })
         45|   })
    ```
    ydah committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    48ed8dc View commit details
    Browse the repository at this point in the history