Skip to content

Commit

Permalink
added inspect testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-2003 committed Feb 26, 2025
1 parent 447d329 commit e483476
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui-test/src/xeus-cpp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ test.describe('xeus-cpp-lite UI Test', () => {

await page.waitForSelector('.jp-Notebook', { timeout: 10000 });

const code = `
?std::vector
`;
const code = `?std::vector`;
await page.locator('.jp-CodeMirrorEditor').first().click();
await page.keyboard.type(code);

Expand Down

0 comments on commit e483476

Please sign in to comment.