Skip to content

Commit 2bbe244

Browse files
mxschmittyury-s
authored andcommitted
change to chromium-tip-of-tree
1 parent 65d9969 commit 2bbe244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/extension/extensionTest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export const extensionTest = baseTest.extend<TraceViewerFixtures>(traceViewerFix
5757
`--load-extension=${pathToExtension}`,
5858
'--enable-features=AllowContentInitiatedDataUrlNavigations',
5959
],
60-
channel: 'chromium',
60+
// Depends on http://crrev.com/c/6639022.
61+
channel: 'chromium-tip-of-tree',
6162
});
6263
context.on('dialog', dialog => {
6364
// Make sure the dialog is not dismissed automatically.

0 commit comments

Comments
 (0)