|
@@ -190,7 +190,6 @@ export async function loadLocalGraph(page: Page, path: string): Promise<void> {
|
|
|
await page.waitForSelector('#left-sidebar .dropdown-wrapper >> text="Add new graph"',
|
|
|
{ state: 'visible', timeout: 5000 })
|
|
|
await page.click('text=Add new graph')
|
|
|
- await page.waitForSelector('strong:has-text("Choose a folder")', { state: 'visible', timeout: 5000 })
|
|
|
|
|
|
expect(page.locator('#repo-name')).toHaveText(pathlib.basename(path))
|
|
|
}
|