Skip to content

Commit b8e5412

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
Update Chrome (for Testing) PIN
Chromium pin updated to 144.0.7529.0 Roll created at https://cr-buildbucket.appspot.com/build/8697988899696597505 Bug: none Change-Id: I05e2eed9e117b2278877e2aea6774f949f825e37 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7159635 Owners-Override: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]>
1 parent aba1bb1 commit b8e5412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ vars = {
4949
# Chrome version used for tests. It should be regularly updated to
5050
# match the Canary version listed here:
5151
# https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json
52-
'chrome': '144.0.7526.3',
52+
'chrome': '144.0.7529.0',
5353

5454
# 'magic' text to tell depot_tools that git submodules should be accepted but
5555
# but parity with DEPS file is expected.

test/e2e_non_hosted/network/network_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('The Network Tab', function() {
116116
});
117117

118118
describe('with durable messages', function() {
119-
setup({enabledFeatures: ['devToolsEnableDurableMessages']});
119+
setup({enabledFeatures: ['DevToolsEnableDurableMessages']});
120120

121121
it('can persist requests across cross-origin navigation', async ({devToolsPage, inspectedPage}) => {
122122
await navigateToNetworkTabEmptyPage(devToolsPage, inspectedPage);

0 commit comments

Comments
 (0)