Skip to content

Commit

Permalink
remove next() rewrite because it isn't supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Nov 6, 2024
1 parent 7893d0b commit 5417f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/actions-blog.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ test.describe('Astro Actions - Blog', () => {
await expect(page).toHaveURL(astro.resolveUrl('/blog/'));
});

test('Should redirect to the origin pathname when there is a rewrite', async ({
test('Should redirect to the origin pathname when there is a rewrite from an Astro page', async ({
page,
astro,
}) => {
Expand Down

0 comments on commit 5417f1a

Please sign in to comment.