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 99654ac commit a588312Copy full SHA for a588312
data-browser/tests/e2e.spec.ts
@@ -441,7 +441,7 @@ test.describe('data-browser', async () => {
441
test('configure drive page', async ({ page }) => {
442
await signIn(page);
443
await openDriveMenu(page);
444
- await expect(page.locator(currentDriveTitle)).toHaveText('localhost');
+ await expect(page.locator(currentDriveTitle)).toHaveText('Main drive');
445
446
// temp disable this, because of trailing slash in base URL
447
// await page.click(':text("https://atomicdata.dev") + button:text("Select")');
0 commit comments