Remove wrong test url

pull/62/head
Varun Patil 2022-09-24 23:44:10 -07:00
parent a5820e5a03
commit 9360e1475f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ test.describe('Open', () => {
test('Open folder', async ({ page }) => {
await page.locator('text=Local').click();
await expect(page).toHaveURL(/\/apps\/memories\/folders\/[0-9]*/);
await page.waitForSelector('img[src*="core/preview"]');
});
});