Skip to content

Commit

Permalink
Nightly CI for Vscode tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta committed Nov 1, 2024
1 parent dc6653c commit add72ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test.describe('VSCode Tests', () => {
const window = vscodeApp.getWindow();
await window.screenshot({ path: 'vscode-initialized-screenshot.png' });
const title = await window.title();
await window.waitForTimeout(10000);
// expect(title.replace(/\s+/g, '')).toMatch(/VisualStudioCode/);

});
Expand All @@ -29,7 +30,6 @@ test.describe('VSCode Tests', () => {
exact: true
});
expect(title).toBeTruthy();
await window.waitForTimeout(10000);
await window.screenshot({ path: 'kai-installed-screenshot.png' });
});
});

0 comments on commit add72ee

Please sign in to comment.