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

fix: Click and DoubleClick methods have correct detail default set. #501

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

egil
Copy link
Member

@egil egil commented Sep 30, 2021

Closes #399

Pull request description

PR meta checklist

  • Pull request is targeted at main branch for code
    or targeted at stable branch for documentation that is live on bunit.dev.
  • Pull request is linked to all related issues, if any.
  • I have read the CONTRIBUTING.md document.

Code PR specific checklist

  • My code follows the code style of this project and AspNetCore coding guidelines.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • I have updated the appropriate sub section in the CHANGELOG.md.
  • I have added, updated or removed tests to according to my changes.
    • All tests passed.

@egil egil added the enhancement New feature or request label Sep 30, 2021
@egil egil self-assigned this Sep 30, 2021
@egil egil merged commit 0e9295f into main Sep 30, 2021
@egil egil deleted the fix/399-click-defaults branch September 30, 2021 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performing a Click() on a Table Cell does not fire the onclick method in the page
1 participant