Skip to content

Commit 8890a04

Browse files
github-actions[bot]cypress-bot[bot]emilyrohrboughmjhenkes
authored
chore: Update Chrome (stable) to 109.0.5414.74 and Chrome (beta) to 110.0.5481.38 (#23931)
* chore: Update Chrome (beta) to 106.0.5249.51 * chore: Update Chrome (beta) to 106.0.5249.61 * chore: Update Chrome (stable) to 106.0.5249.61 and Chrome (beta) to 106.0.5249.61 * chore: Update Chrome (stable) to 106.0.5249.61 and Chrome (beta) to 107.0.5304.18 * chore: Update Chrome (stable) to 106.0.5249.91 and Chrome (beta) to 107.0.5304.18 * chore: Update Chrome (stable) to 106.0.5249.103 and Chrome (beta) to 107.0.5304.18 * chore: Update Chrome (stable) to 106.0.5249.103 and Chrome (beta) to 107.0.5304.29 * chore: Update Chrome (stable) to 106.0.5249.119 and Chrome (beta) to 107.0.5304.29 * chore: Update Chrome (stable) to 106.0.5249.119 and Chrome (beta) to 107.0.5304.36 * chore: Update Chrome (stable) to 106.0.5249.119 and Chrome (beta) to 107.0.5304.62 * chore: Update Chrome (stable) to 107.0.5304.68 and Chrome (beta) to 107.0.5304.68 * chore: Update Chrome (stable) to 107.0.5304.87 and Chrome (beta) to 107.0.5304.68 * chore: Update Chrome (stable) to 107.0.5304.87 and Chrome (beta) to 108.0.5359.22 * chore: Update Chrome (stable) to 107.0.5304.87 and Chrome (beta) to 108.0.5359.30 * chore: Update Chrome (stable) to 107.0.5304.110 and Chrome (beta) to 108.0.5359.30 * chore: Update Chrome (stable) to 107.0.5304.110 and Chrome (beta) to 108.0.5359.40 * chore: Update Chrome (stable) to 107.0.5304.110 and Chrome (beta) to 108.0.5359.48 * chore: Update Chrome (stable) to 107.0.5304.121 and Chrome (beta) to 108.0.5359.48 * chore: Update Chrome (stable) to 107.0.5304.121 and Chrome (beta) to 108.0.5359.62 * chore: Update Chrome (stable) to 108.0.5359.71 and Chrome (beta) to 108.0.5359.71 * chore: Update Chrome (stable) to 108.0.5359.71 and Chrome (beta) to 109.0.5414.25 * chore: Update Chrome (stable) to 108.0.5359.94 and Chrome (beta) to 109.0.5414.25 * chore: Update Chrome (stable) to 108.0.5359.98 and Chrome (beta) to 109.0.5414.25 * chore: Update Chrome (stable) to 108.0.5359.98 and Chrome (beta) to 109.0.5414.36 * chore: Update Chrome (stable) to 108.0.5359.124 and Chrome (beta) to 109.0.5414.36 * chore: Update Chrome (stable) to 108.0.5359.124 and Chrome (beta) to 109.0.5414.46 * chore: Update Chrome (stable) to 108.0.5359.124 and Chrome (beta) to 109.0.5414.61 * chore: Update Chrome (stable) to 108.0.5359.124 and Chrome (beta) to 109.0.5414.74 * chore: Update Chrome (stable) to 109.0.5414.74 and Chrome (beta) to 109.0.5414.74 * chore: Update Chrome (stable) to 109.0.5414.74 and Chrome (beta) to 110.0.5481.30 * chore: Update Chrome (stable) to 109.0.5414.74 and Chrome (beta) to 110.0.5481.38 * fix tests Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com> Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
1 parent 6a34718 commit 8890a04

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

browser-versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"chrome:beta": "106.0.5249.30",
3-
"chrome:stable": "105.0.5195.125",
2+
"chrome:beta": "110.0.5481.38",
3+
"chrome:stable": "109.0.5414.74",
44
"chrome:minimum": "64.0.3282.0"
55
}

packages/driver/cypress/e2e/cy/snapshot_css.cy.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ describe('driver/src/cy/snapshots_css', () => {
175175
@font-face {
176176
font-family: 'Some Font';
177177
src: url('../fonts/some-font.eot');
178-
src: url('../fonts/some-font.eot?#iefix') format('embedded-opentype'), url('../fonts/some-font.woff2') format('woff2'), url('../fonts/some-font.woff') format('woff'), url('../fonts/some-font.ttf') format('truetype'), url('../fonts/some-font.svg#glyphicons_halflingsregular') format('svg');
178+
src: url('../fonts/some-font.woff2') format('woff2'), url('../fonts/some-font.woff') format('woff'), url('../fonts/some-font.ttf') format('truetype');
179179
}
180180
</style>
181181
`
@@ -187,7 +187,7 @@ describe('driver/src/cy/snapshots_css', () => {
187187
expect(normalizeStyles(headStyles[3])).to.include(normalizeStyles(`
188188
@font-face {
189189
font-family: "Some Font";
190-
src: url('http://localhost:3500/fonts/some-font.eot?#iefix') format("embedded-opentype"), url('http://localhost:3500/fonts/some-font.woff2') format("woff2"), url('http://localhost:3500/fonts/some-font.woff') format("woff"), url('http://localhost:3500/fonts/some-font.ttf') format("truetype"), url('http://localhost:3500/fonts/some-font.svg#glyphicons_halflingsregular') format("svg");
190+
src: url('http://localhost:3500/fonts/some-font.woff2')format('woff2'),url('http://localhost:3500/fonts/some-font.woff')format('woff'),url('http://localhost:3500/fonts/some-font.ttf')format('truetype');
191191
}
192192
`))
193193
})
@@ -199,7 +199,7 @@ describe('driver/src/cy/snapshots_css', () => {
199199
expect(normalizeStyles(headStyles[3])).to.include(normalizeStyles(`
200200
@font-face {
201201
font-family: 'Some Font';
202-
src: url('http://localhost:3500/fixtures/fonts/some-font.eot?#iefix') format('embedded-opentype'), url('http://localhost:3500/fixtures/fonts/some-font.woff2') format('woff2'), url('http://localhost:3500/fixtures/fonts/some-font.woff') format('woff'), url('http://localhost:3500/fixtures/fonts/some-font.ttf') format('truetype'), url('http://localhost:3500/fixtures/fonts/some-font.svg#glyphicons_halflingsregular') format('svg');
202+
src: url('http://localhost:3500/fixtures/fonts/some-font.woff2') format('woff2'), url('http://localhost:3500/fixtures/fonts/some-font.woff') format('woff'), url('http://localhost:3500/fixtures/fonts/some-font.ttf') format('truetype');
203203
}
204204
`))
205205
})
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@font-face {
22
font-family: 'Some Font';
3-
src: url('../fonts/some-font.eot?#iefix') format('embedded-opentype'), url('../fonts/some-font.woff2') format('woff2'), url('../fonts/some-font.woff') format('woff'), url('../fonts/some-font.ttf') format('truetype'), url('../fonts/some-font.svg#glyphicons_halflingsregular') format('svg');
3+
src: url('../fonts/some-font.woff2') format('woff2'), url('../fonts/some-font.woff') format('woff'), url('../fonts/some-font.ttf') format('truetype');
44
}

0 commit comments

Comments
 (0)