Skip to content

Commit

Permalink
Merge branch 'develop' into runner-check-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Dec 20, 2024
2 parents 1251de8 + 07d9c1b commit 717fa52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser-versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chrome:beta": "132.0.6834.46",
"chrome:stable": "131.0.6778.139",
"chrome:beta": "132.0.6834.57",
"chrome:stable": "131.0.6778.204",
"chrome:minimum": "64.0.3282.0"
}
2 changes: 1 addition & 1 deletion system-tests/lib/normalizeStdout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const normalizeStdout = function (str: string, options: any = {}) {
// Replaces connection warning since Chrome or Firefox sometimes take longer to connect
.replace(/Still waiting to connect to .+, retrying in 1 second \(attempt .+\/.+\)\n/g, '')
// Replaces CDP connection error message in Firefox since Cypress will retry
.replace(/Failed to spawn CDP with Firefox. Retrying.*\.\.\.\n/g, '')
.replace(/\nFailed to spawn CDP with Firefox. Retrying.*\.\.\.\n/g, '')

if (options.browser === 'webkit') {
// WebKit throws for lookups on undefined refs with "Can't find variable: <var>"
Expand Down

0 comments on commit 717fa52

Please sign in to comment.