feat(pro): improved timeline view #9438
Annotations
4 errors and 1 notice
|
Run tests with browser chromium
Process completed with exit code 1.
|
|
Run tests with browser chromium:
enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts#L146
1) [chromium] › tests/functional/detailed/ebios-rm.test.ts:37:1 › ebios rm study ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 900000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Mark as done' })
144 | .getByTestId('sidebar-more-btn')
145 | .click();
> 146 | await page.getByRole('button', { name: 'Mark as done' }).click();
| ^
147 | });
148 |
149 | await test.step('step 2', async () => {
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts:146:61
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts:117:3
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts:116:2
|
|
Run tests with browser chromium:
enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts#L0
1) [chromium] › tests/functional/detailed/ebios-rm.test.ts:37:1 › ebios rm study ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 900000ms exceeded.
|
|
Run tests with browser chromium:
enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts#L598
1) [chromium] › tests/functional/detailed/ebios-rm.test.ts:37:1 › ebios rm study ─────────────────
Error: expect(locator).not.toBeVisible() failed
Locator: getByTestId('modal-title')
Expected: not visible
Received: visible
Timeout: 20000ms
Call log:
- Expect "not toBeVisible" with timeout 20000ms
- waiting for getByTestId('modal-title')
24 × locator resolved to <header data-testid="modal-title" class="text-2xl font-bold whitespace-pre-line">Add risk assessment</header>
- unexpected value "visible"
596 | });
597 | await page.getByTestId('save-button').click();
> 598 | await expect(page.getByTestId('modal-title')).not.toBeVisible();
| ^
599 | await page
600 | .getByRole('gridcell', { name: 'test strategic scenario 1 - test attack path 1' })
601 | .click();
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts:598:53
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/detailed/ebios-rm.test.ts:591:2
|
|
Run tests with browser chromium
1 failed
[chromium] › tests/functional/detailed/ebios-rm.test.ts:37:1 › ebios rm study ──────────────────
|
Loading