feat(widgets): test e2e#706
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 52464d3444
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@babel/plugin-transform-runtime": "^7.29.0", | ||
| "@babel/preset-typescript": "7.25.9", | ||
| "@playwright/test": "^1.51.1", | ||
| "@playwright/test": "^1.60.0", |
There was a problem hiding this comment.
Commit the matching lockfile update
With this manifest change, the checked-in yarn.lock still records the root workspace dependency as @playwright/test: npm:^1.51.1 resolving to 1.51.1, so the new ^1.60.0 range cannot be satisfied from the lockfile. I checked .github/workflows/deploy.yml, which runs yarn install --immutable on dependency-cache misses, and local Yarn help says --immutable aborts when the lockfile would be modified; this will fail CI in that path, or leave e2e jobs using the old Playwright version until the lockfile is regenerated.
Useful? React with 👍 / 👎.
COMPLETES #NA
This pull request addresses
This is a dummy pr to verify some download of browser download related issue in e2e.
by making the following changes
< DESCRIBE YOUR CHANGES >
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging
Make sure to have followed the contributing guidelines before submitting.