Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/e2e/tests/dev-console/catalog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ test.describe(
test('forces project selection when all namespaces URL is accessed [A-12-TC01]', async ({
page,
}) => {
// TechPreview clusters run only a limited set of tests via test-prow-playwright-e2e-techpreview.sh
// TechPreview clusters run only a limited set of tests via test-prow-e2e-techpreview.sh
// and do not enable the Developer perspective. CatalogPage.tsx only shows the project selection
// message when isDevPerspective is true (see: `showCreateProjectListPage = isDevPerspective &&
// isAllNamespaces`), so this test would always fail on TechPreview. Skip it there; it is
Expand Down