Skip to content

Commit bee4c8b

Browse files
authored
Bump webview fallback commit (microsoft#157959)
For microsoft#157222
1 parent 1ac4bb9 commit bee4c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function runTestsInBrowser(browserType: BrowserType, endpoint: url.UrlWith
6565
const testExtensionUri = url.format({ pathname: URI.file(path.resolve(optimist.argv.extensionDevelopmentPath)).path, protocol, host, slashes: true });
6666
const testFilesUri = url.format({ pathname: URI.file(path.resolve(optimist.argv.extensionTestsPath)).path, protocol, host, slashes: true });
6767

68-
const payloadParam = `[["extensionDevelopmentPath","${testExtensionUri}"],["extensionTestsPath","${testFilesUri}"],["enableProposedApi",""],["webviewExternalEndpointCommit","3c8520fab514b9f56070214496b26ff68d1b1cb5"],["skipWelcome","true"]]`;
68+
const payloadParam = `[["extensionDevelopmentPath","${testExtensionUri}"],["extensionTestsPath","${testFilesUri}"],["enableProposedApi",""],["webviewExternalEndpointCommit","ef65ac1ba57f57f2a3961bfe94aa20481caca4c6"],["skipWelcome","true"]]`;
6969

7070
if (path.extname(testWorkspacePath) === '.code-workspace') {
7171
await page.goto(`${endpoint.href}&workspace=${testWorkspacePath}&payload=${payloadParam}`);

0 commit comments

Comments
 (0)