-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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: firefox test integration environment #5742
fix: firefox test integration environment #5742
Conversation
|
I don't understand why my action runs fine, but it fails here. Maybe I should check it again. https://github.com/WindRunnerMax/slate/actions/runs/11358924149/job/31594223151 https://github.com/ianstormtaylor/slate/actions/runs/11358984600/job/31594373409?pr=5742 |
The root cause of the issue was a version mismatch between playwright and Ubuntu dependencies, but it's resolved now. |
Thanks @WindRunnerMax! |
* fix: undo event when not focused * chore: add changeset * Add `HistoryEditor.withMerging` to docs (#5738) * chore: just trigger test:integration * chore: trigger test:integration * fix: firefox test integration environment (#5742) * fix: fix firefox test integration env * chore: test ubuntu apt source * chore: IMMUTABLE_INSTALLS ? * fix: ubuntu version * fix: undo event when not focused * chore: add changeset * chore: just trigger test:integration * chore: trigger test:integration --------- Co-authored-by: Ty Mick <[email protected]>
Description
There's an issue with the current test:integration environment. The Firefox browser isn't working properly.
Example
https://github.com/ianstormtaylor/slate/actions/runs/11356967135/job/31589060385?pr=5737
After fixing this issue:
https://github.com/WindRunnerMax/slate/actions/runs/11358924149/job/31594223151
Checks
yarn test
.yarn lint
. (Fix errors withyarn fix
.)yarn start
.)yarn changeset add
.)