fix: E2E tests — RBAC for Polaris service proxy + settings selector #22

Merged
ghost merged 4 commits from fix/e2e-tests into main 2026-03-08 22:08:52 +00:00
Showing only changes of commit 852e054e7b - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ test.describe('Polaris plugin settings', () => {
await page.goto('/c/main/settings/plugins');
// Find Polaris plugin in the list
const pluginCard = page.locator('text=headlamp-polaris-plugin').first();
const pluginCard = page.locator('text=polaris').first();
await expect(pluginCard).toBeVisible();
// Click to view settings (if settings are displayed inline, they should already be visible)