Skip to content

Commit f5be9e5

Browse files
committed
Cleanup
1 parent 07a0bc9 commit f5be9e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui-tests/tests/ui.spec.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ test.describe('UI Test', () => {
392392
await page.notebook.openByPath(fullPath);
393393
await page.notebook.activate(fullPath);
394394
await page.locator('div.jpcad-Spinner').waitFor({ state: 'hidden' });
395-
// await page.sidebar.close('right');
395+
396+
// Activate Right Panel
396397
await page.locator('li#tab-key-1-7').click();
397398
await page.getByTitle('Create new fork').click();
398399
await page.locator('div.jp-Dialog-buttonLabel[aria-label="Ok"]').click();
@@ -431,7 +432,8 @@ test.describe('UI Test', () => {
431432
await page.notebook.openByPath(fullPath);
432433
await page.notebook.activate(fullPath);
433434
await page.locator('div.jpcad-Spinner').waitFor({ state: 'hidden' });
434-
// await page.sidebar.close('right');
435+
436+
// Activate Right Panel
435437
await page.locator('li#tab-key-1-7').click();
436438
await page.getByTitle('Create new fork').click();
437439
await page.locator('div.jp-Dialog-buttonLabel[aria-label="Ok"]').click();

0 commit comments

Comments
 (0)