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 bdf1b7b commit 5b94f7aCopy full SHA for 5b94f7a
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