aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/tests/e2e.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tests/e2e.spec.ts')
-rw-r--r--frontend/tests/e2e.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/tests/e2e.spec.ts b/frontend/tests/e2e.spec.ts
index 1fa10ce..2bdf478 100644
--- a/frontend/tests/e2e.spec.ts
+++ b/frontend/tests/e2e.spec.ts
@@ -25,7 +25,7 @@ test.describe('Neko Reader E2E', () => {
await expect(page).toHaveURL(/.*\/v2\/settings/);
// Add a feed
- const feedUrl = 'http://rss.cnn.com/rss/cnn_topstories.rss';
+ const feedUrl = 'http://localhost:9090/mock_feed.xml';
await page.fill('input[type="url"]', feedUrl);
await page.click('text=Add Feed');