Skip to content

Commit

Permalink
feat(chromium-tip-of-tree): roll to r1142 (#26441)
Browse files Browse the repository at this point in the history
  • Loading branch information
playwrightmachine committed Aug 12, 2023
1 parent 96965cf commit 04b71bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/playwright-core/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
{
"name": "chromium-tip-of-tree",
"revision": "1136",
"revision": "1142",
"installByDefault": false,
"browserVersion": "117.0.5913.0"
"browserVersion": "118.0.5941.0"
},
{
"name": "firefox",
Expand Down
2 changes: 1 addition & 1 deletion tests/page/page-accessibility.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ it('rich text editable fields should have children', async function({ page, brow
role: 'text',
name: chromiumVersionLessThan(browserVersion, '108.0.5325.0') ? 'Edit this image:' : 'Edit this image: '
}, {
role: 'img',
role: chromiumVersionLessThan(browserVersion, '117.0.5927.0') ? 'img' : 'image',
name: 'my fake image'
}]
};
Expand Down

0 comments on commit 04b71bf

Please sign in to comment.