[v3-2-test] Close German Translation Gaps 2026-04-15 #29058
Annotations
2 errors and 1 notice
|
airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts#L73
1) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('calendar-tooltip')
Expected: visible
Timeout: 20000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 20000ms
- waiting for getByTestId('calendar-tooltip')
at ../pages/DagCalendarTab.ts:73
71 |
72 | await cell.hover();
> 73 | await expect(this.tooltip).toBeVisible({ timeout: 20_000 });
| ^
74 |
75 | const text = ((await this.tooltip.textContent()) ?? "").toLowerCase();
76 |
at DagCalendarTab.getManualRunStates (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts:73:34)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:20
|
|
airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts#L73
1) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('calendar-tooltip')
Expected: visible
Timeout: 20000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 20000ms
- waiting for getByTestId('calendar-tooltip')
at ../pages/DagCalendarTab.ts:73
71 |
72 | await cell.hover();
> 73 | await expect(this.tooltip).toBeVisible({ timeout: 20_000 });
| ^
74 |
75 | const text = ((await this.tooltip.textContent()) ?? "").toLowerCase();
76 |
at DagCalendarTab.getManualRunStates (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts:73:34)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:115:20
|
|
|
The logs for this run have expired and are no longer available.
Loading