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 compatibility with latest Puppeteer version #566

Merged
merged 10 commits into from
Oct 1, 2023

Commits on Sep 29, 2023

  1. Fix compatibility with latest Puppeteer version

    Puppeteer recently changed the naming of their classes in puppeteer/puppeteer#10903, which caused the case-sensitive class name checks in `expect-puppeteer` to fail.
    swissspidy committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    99be579 View commit details
    Browse the repository at this point in the history
  2. Fix checkIsFrame too

    swissspidy committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d9dcbdd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Prettier

    swissspidy committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    a2faa92 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. fix: fix Frame support

    gregberge committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4036ddf View commit details
    Browse the repository at this point in the history
  2. chore: upgrade puppeteer

    gregberge committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e425896 View commit details
    Browse the repository at this point in the history
  3. chore: upgrade deps

    gregberge committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c872915 View commit details
    Browse the repository at this point in the history
  4. chore: format again

    gregberge committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    dfe80db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39b3b5a View commit details
    Browse the repository at this point in the history
  6. chore: increase timeout

    gregberge committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e72ef23 View commit details
    Browse the repository at this point in the history
  7. chore: fix build etc

    gregberge committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    cddfc64 View commit details
    Browse the repository at this point in the history