Commit fd61e52
Fix flaky DAG calendar tab e2e tests
The createRun helper now retries the PATCH request that sets the DAG
run state, waiting for the DagBag to load the DAG before confirming.
Previously the PATCH could silently fail, leaving runs in a queued
state and causing downstream assertions to fail.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a7b8c7f commit fd61e52
File tree
1 file changed
+20
-1
lines changed- airflow-core/src/airflow/ui/tests/e2e/specs
1 file changed
+20
-1
lines changedLines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
65 | 84 | | |
66 | 85 | | |
67 | 86 | | |
| |||
0 commit comments