forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to the config were required to get latest firefox running: https://saucelabs.com/resources/blog/update-firefox-tests-before-oct-4-2022 Thanks to hotwired/stimulus#601 and trix I was able to get the config working, the secret was that resolution for `webdriverio` needs to go in the root `package.json`. In the short-to-mid term I'd like to explore updating our builds to use the latest yarn, or remove it entirely, as that seems to be a common thread in these issues. There was another investigation into mitigating the flaky saucelabs failures in rails#51990 but I think let's make sure we're on the latest version and browsers to see if that improves things or provides new and interesting error states first.
- Loading branch information
Showing
4 changed files
with
2,303 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,8 @@ | |
"actioncable", | ||
"actiontext", | ||
"activestorage" | ||
] | ||
], | ||
"resolutions": { | ||
"webdriverio": "^7.19.5" | ||
} | ||
} |
Oops, something went wrong.