We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d9969 commit 2bbe244Copy full SHA for 2bbe244
tests/extension/extensionTest.ts
@@ -57,7 +57,8 @@ export const extensionTest = baseTest.extend<TraceViewerFixtures>(traceViewerFix
57
`--load-extension=${pathToExtension}`,
58
'--enable-features=AllowContentInitiatedDataUrlNavigations',
59
],
60
- channel: 'chromium',
+ // Depends on http://crrev.com/c/6639022.
61
+ channel: 'chromium-tip-of-tree',
62
});
63
context.on('dialog', dialog => {
64
// Make sure the dialog is not dismissed automatically.
0 commit comments