We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e20a1 commit b916f18Copy full SHA for b916f18
apps/docs/tests/e2e/static-routes.spec.ts
@@ -1,7 +1,7 @@
1
import { expect, test } from '@playwright/test';
2
import { getRoutesByType } from './utils/static-routes';
3
4
-test.describe('Static routes', () => {
+test.describe(`Static routes ${process.env.LOCALE}`, () => {
5
const routes = getRoutesByType();
6
7
// biome-ignore lint/complexity/noForEach: <explanation>
0 commit comments