Skip to content

Commit 5a598e4

Browse files
committed
Update test
1 parent a8ff05d commit 5a598e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data-browser/tests/e2e.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,15 @@ test.describe('data-browser', async () => {
349349
await page.click(':text("https://atomicdata.dev") + button:text("Select")');
350350
await expect(page.locator(currentDriveTitle)).toHaveText('Atomic Data');
351351

352+
await openDriveMenu(page);
352353
await page.fill('[data-test="server-url-input"]', 'https://example.com');
353354
await page.click('[data-test="server-url-save"]');
354355

355356
await expect(page.locator(currentDriveTitle)).toHaveText('example.com');
356357

358+
await openDriveMenu(page);
357359
await page.click(':text("https://atomicdata.dev") + button:text("Select")');
360+
await openDriveMenu(page);
358361
await page.click(
359362
':text("https://example.com") ~ [title="Add to favorites"]',
360363
);

0 commit comments

Comments
 (0)