Skip to content

Commit 6435065

Browse files
committed
Add extra icons and fix spec
1 parent 429cbeb commit 6435065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-browser/tests/e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ test.describe('data-browser', async () => {
440440
test('configure drive page', async ({ page }) => {
441441
await signIn(page);
442442
await openDriveMenu(page);
443-
await expect(page.locator(currentDriveTitle)).toHaveText('localhost');
443+
await expect(page.locator(currentDriveTitle)).toHaveText('Main drive');
444444

445445
// temp disable this, because of trailing slash in base URL
446446
// await page.click(':text("https://atomicdata.dev") + button:text("Select")');

0 commit comments

Comments
 (0)