Limit community to single-user workspace
Deploy / deploy (push) Successful in 2m33s
CI / Rust Checks (push) Successful in 5m35s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 2s
CI / Frontend E2E (push) Successful in 4m19s

This commit is contained in:
github-ops
2026-06-19 17:41:50 +00:00
parent ba29ac7b94
commit 58cfd86d90
23 changed files with 134 additions and 1696 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ test('workspace and settings pages show live session data', async ({ page }) =>
await expect(page.locator('[data-i18n="workspace_setup.defaults.title"]')).toHaveCount(0);
await expect(page.locator('#ws-protocol')).toHaveCount(0);
await expect(page.locator('#ws-timezone')).toHaveCount(0);
await expect(page.locator('#section-members')).toBeVisible();
await expect(page.locator('#members-count-label')).toBeVisible();
await expect(page.locator('#pending-invites')).toBeVisible();
await expect(page.locator('#section-members')).toHaveCount(0);
await expect(page.locator('#section-invite')).toHaveCount(0);
await expect(page.locator('#delete-workspace-btn')).toHaveCount(0);
await page.goto('/settings');
await expect(page.locator('.page-title')).toHaveText(localized('Account settings', 'Настройки аккаунта'));