We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429cbeb commit 6435065Copy full SHA for 6435065
data-browser/tests/e2e.spec.ts
@@ -440,7 +440,7 @@ test.describe('data-browser', async () => {
440
test('configure drive page', async ({ page }) => {
441
await signIn(page);
442
await openDriveMenu(page);
443
- await expect(page.locator(currentDriveTitle)).toHaveText('localhost');
+ await expect(page.locator(currentDriveTitle)).toHaveText('Main drive');
444
445
// temp disable this, because of trailing slash in base URL
446
// await page.click(':text("https://atomicdata.dev") + button:text("Select")');
0 commit comments