Skip to content

Commit b916f18

Browse files
committed
test: update routes test
1 parent 49e20a1 commit b916f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/tests/e2e/static-routes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import { getRoutesByType } from './utils/static-routes';
33

4-
test.describe('Static routes', () => {
4+
test.describe(`Static routes ${process.env.LOCALE}`, () => {
55
const routes = getRoutesByType();
66

77
// biome-ignore lint/complexity/noForEach: <explanation>

0 commit comments

Comments
 (0)