Skip to content

Commit 04a5a24

Browse files
benpsnyderbrandonroberts
authored andcommitted
chore: mark blog redirection test as fixme
1 parent eff74be commit 04a5a24

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/blog-app-e2e/tests/app.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { test, expect } from '@playwright/test';
22

3-
test('should redirect to /blog', async ({ page }) => {
3+
// TODO: re-enable once router redirect-only index routes are fixed
4+
// https://github.com/analogjs/analog/issues/2172
5+
test.fixme('should redirect to /blog', async ({ page }) => {
46
await page.goto('/');
57
await expect(page).toHaveURL(/\/blog$/);
68
});

0 commit comments

Comments
 (0)