mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Disable webview copy test on web
This commit is contained in:
@@ -336,7 +336,7 @@ suite('Webview tests', () => {
|
||||
});
|
||||
|
||||
if (os.platform() === 'darwin') {
|
||||
test('webview can copy text from webview', async () => {
|
||||
conditionalTest('webview can copy text from webview', async () => {
|
||||
const expectedText = `webview text from: ${Date.now()}!`;
|
||||
|
||||
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, { enableScripts: true, retainContextWhenHidden: true }));
|
||||
|
||||
Reference in New Issue
Block a user