[HDX] Fix duplicate git tag push in release workflow #9530
Annotations
1 error and 1 notice
|
Run Playwright tests (full-stack mode):
packages/app/tests/e2e/components/ChartEditorComponent.ts#L203
1) [chromium] › tests/e2e/features/alerts.spec.ts:381:7 › Alert Creation › should create a between-threshold alert from a dashboard tile and verify on the alerts page @alerts @full-stack @full-stack › Save the tile with the alert configured
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
Call log:
- waiting for getByTestId('chart-save-button') to be hidden
9 × locator resolved to visible <button type="button" data-variant="primary" data-testid="chart-save-button" class="focus_focusRing__UFS1R mantine-active m_77c9d27d mantine-Button-root m_87cf2631 mantine-UnstyledButton-root">…</button>
at components/ChartEditorComponent.ts:203
201 | await this.saveButton.click();
202 | // Wait for save button to disappear (modal closes)
> 203 | await this.saveButton.waitFor({ state: 'hidden', timeout: 2000 });
| ^
204 | }
205 |
206 | /**
at ChartEditorComponent.save (/home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/components/ChartEditorComponent.ts:203:27)
at /home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/features/alerts.spec.ts:433:9
at /home/runner/work/hyperdx/hyperdx/packages/app/tests/e2e/features/alerts.spec.ts:432:7
|
|
Run Playwright tests (full-stack mode)
1 flaky
[chromium] › tests/e2e/features/alerts.spec.ts:381:7 › Alert Creation › should create a between-threshold alert from a dashboard tile and verify on the alerts page @alerts @full-stack @full-stack
1 skipped
48 passed (5.2m)
|
background
wait
wait-all
cancel
parallel
Loading