Skip to content

Commit aba2fe7

Browse files
committed
Test cleanup drives
1 parent f0f8896 commit aba2fe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data-browser/tests/e2e.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@ test.describe('data-browser', async () => {
333333
await page.click(sideBarDriveSwitcher);
334334
await page.click(`[id="${dropdownId}"] >> text=Atomic Data`);
335335
await expect(page.locator(currentDriveTitle)).toHaveText('Atomic Data');
336+
337+
// Cleanup drives for signed in user
338+
await page.click('text=user settings');
339+
await page.click('text=Edit profile');
340+
await page.click('[data-test="input-drives-clear"]');
341+
await page.click('[data-test="save"]');
336342
});
337343

338344
test('configure drive page', async ({ page }) => {

0 commit comments

Comments
 (0)