Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 18, 2025
1 parent f25a15e commit 17ad1ac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ui-tests/tests/ui.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.describe('UI Test', () => {
// logs.push(message.text());
// console.log(`Total logs captured: ${logs.length}`);
// });

// await page.goto();

// expect(logs.filter(s => s === 'Initializing OCC...')).toHaveLength(1);
Expand Down Expand Up @@ -55,22 +55,20 @@ test.describe('UI Test', () => {
}) => {
await page.goto(`lab/index.html?path=${file}`);
console.log('FILE LOADED');

// const fullPath = `examples/${file}`;
// await page.notebook.openByPath(fullPath);
// await page.notebook.activate(fullPath);
// await page.locator('div.jpcad-Spinner').waitFor({ state: 'hidden' });
// await page.waitForTimeout(1000);

// console.log("before");


// if (await page.getByRole('button', { name: 'Ok' }).isVisible()) {
// await page.getByRole('button', { name: 'Ok' }).click();
// }

// console.log('after');


// await page.sidebar.close('left');
// await page.sidebar.close('right');
Expand Down

0 comments on commit 17ad1ac

Please sign in to comment.