We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ff05d commit 5a598e4Copy full SHA for 5a598e4
1 file changed
data-browser/tests/e2e.spec.ts
@@ -349,12 +349,15 @@ test.describe('data-browser', async () => {
349
await page.click(':text("https://atomicdata.dev") + button:text("Select")');
350
await expect(page.locator(currentDriveTitle)).toHaveText('Atomic Data');
351
352
+ await openDriveMenu(page);
353
await page.fill('[data-test="server-url-input"]', 'https://example.com');
354
await page.click('[data-test="server-url-save"]');
355
356
await expect(page.locator(currentDriveTitle)).toHaveText('example.com');
357
358
359
360
361
await page.click(
362
':text("https://example.com") ~ [title="Add to favorites"]',
363
);
0 commit comments