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

Keyboard/Mouse tests failing after upgrading to version 97 #8

Closed
amaitland opened this issue Feb 4, 2022 · 1 comment
Closed

Keyboard/Mouse tests failing after upgrading to version 97 #8

amaitland opened this issue Feb 4, 2022 · 1 comment
Assignees

Comments

@amaitland
Copy link
Member

After upgrading to version 97 (#7) some of the mouse/keyboard tests started failing.

  • When run via the debugger and stepping through the code they pass correctly.
  • Likely something changed in Chromium.
  • Checking through the commands send to CEF vs those generated using puppeteer sharp and nothing stands out so far.
  • When running similar code from a WPF application it passes correctly.

Will skip the tests in the short term as the code appears to be working correctly when run under normal conditions (outside the test cases).

@amaitland amaitland self-assigned this Feb 4, 2022
amaitland added a commit that referenced this issue Feb 4, 2022
@amaitland
Copy link
Member Author

The tests now wait for render idle (wait 500ms when no new paint calls are made).

Reason: Change in Chromium behaviour. I'd speculate some optimisations were made and for super simples pages that render almost instantly we were executing too early.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant