Skip to content

Commit a588312

Browse files
committed
Add extra icons and fix spec
1 parent 99654ac commit a588312

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
@@ -441,7 +441,7 @@ test.describe('data-browser', async () => {
441441
test('configure drive page', async ({ page }) => {
442442
await signIn(page);
443443
await openDriveMenu(page);
444-
await expect(page.locator(currentDriveTitle)).toHaveText('localhost');
444+
await expect(page.locator(currentDriveTitle)).toHaveText('Main drive');
445445

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

0 commit comments

Comments
 (0)