Skip to content

Commit

Permalink
Click rename in the save dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Jun 29, 2023
1 parent f1922c6 commit c34aefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/tests/jupyter_scheduler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test.describe('Jupyter Scheduler integration tests for JupyterLab', () => {
await expect(createJobButton).toBeVisible();
expect(await page.screenshot()).toMatchSnapshot(notebookSnapshot);
await page.menu.clickMenuItem('File>Save Notebook');
await page.click('button:has-text("Rename")');
await createJobButton.click();
await page.waitForFunction(() => !document.documentElement.innerText.includes("Loading …"));
expect(await page.screenshot()).toMatchSnapshot(createViewSnapshot);
Expand Down

0 comments on commit c34aefc

Please sign in to comment.