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

Remove deprecated actions and Playwright API usage #13491

Merged
merged 3 commits into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. Remove deprecated actions and Playwright API usage

    * Replace usage of deprecated GabrielBB/xvfb-action@v1
    * Replace usage of deprecated <obj>.type(...)
    planger committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    19b2abc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Remove xvfb action and use it directly

    As it turns out (see coactions/setup-xvfb#21), it is available in our container anyway.
    Also pin the Python version to 3.11.
    
    Change-Id: Id8d2416996ea489675ca7e50da59286af1965777
    planger committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    14fec60 View commit details
    Browse the repository at this point in the history
  2. Further improvements after Playwright API upgrade

    Change-Id: I56905c171081f0e73688d58d670748285cab251c
    planger committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b99ec3a View commit details
    Browse the repository at this point in the history