Improve data privacy handling and per-group settings for multi-group usage #1512
Annotations
2 errors and 1 notice
|
Run Playwright tests:
client/e2e/helpers.ts#L114
2) [chromium] › e2e/topic-workflow.spec.ts:13:7 › Topic Workflow - Supervisor creates a topic › supervisor can create a new topic via the manage topics page
Error: expect(locator).toBeVisible() failed
Locator: getByRole('listbox', { name: 'Examiner' }).getByRole('option', { name: /supervisor/i }).first()
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('listbox', { name: 'Examiner' }).getByRole('option', { name: /supervisor/i }).first()
at helpers.ts:114
112 |
113 | await textbox.click({ force: true })
> 114 | await expect(option).toBeVisible({ timeout: 10_000 })
| ^
115 | // First attempt: standard Playwright click
116 | await option.click()
117 | await page.waitForTimeout(500)
at searchAndSelectMultiSelect (/home/runner/work/thesis-management/thesis-management/client/e2e/helpers.ts:114:24)
at /home/runner/work/thesis-management/thesis-management/client/e2e/topic-workflow.spec.ts:34:5
|
|
Run Playwright tests:
client/e2e/navigation.spec.ts#L73
1) [chromium] › e2e/navigation.spec.ts:57:7 › Navigation - Student routes › can navigate between pages via sidebar
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: /dashboard/i })
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByRole('heading', { name: /dashboard/i })
71 | await page.getByRole('link', { name: 'Dashboard' }).click()
72 | await expect(page).toHaveURL(/\/dashboard/)
> 73 | await expect(page.getByRole('heading', { name: /dashboard/i })).toBeVisible()
| ^
74 | })
75 |
76 | test('header logo navigates to dashboard when authenticated', async ({ page }) => {
at /home/runner/work/thesis-management/thesis-management/client/e2e/navigation.spec.ts:73:69
|
|
Run Playwright tests
2 flaky
[chromium] › e2e/navigation.spec.ts:57:7 › Navigation - Student routes › can navigate between pages via sidebar
[chromium] › e2e/topic-workflow.spec.ts:13:7 › Topic Workflow - Supervisor creates a topic › supervisor can create a new topic via the manage topics page
97 passed (2.2m)
|
Loading