Test run report — DEMO-013 FAILED

Freight: find a shipment and add a note
run #297 · 2026-09-24 18:57:49 · duration 3s · target version 2.0.0 · browser chromium · started by: cli-adopted
report generated 2026-09-25 10:51:12 — self-contained file, safe to attach anywhere

What went wrong

AssertionError: saving a note failed: 'The notes service is busy -- try again'

Step timings

atstepms
+0.75sgoto http://127.0.0.1:8000/demo/freight/login/132.8
+0.82sfill #username68.5
+0.85sfill #password25.4
+0.98sclick #login-btn128.4
+1.14swait_for_selector #signed-in-user159.3
+1.22sgoto http://127.0.0.1:8000/demo/freight/ops/shipments/79.7
+1.28sfill #shipment-search62.3
+1.3sselect_option #status-filter22.0
+1.45sclick #apply-filters145.7
+1.48swait_for_selector #result-count37.8
+1.48ssearch shipments347.9
+1.5sinner_text #result-count6.3
+1.59sclick #shipments-table th a[data-sort=eta]91.8
+1.64swait_for_selector #shipments-table th[aria-sort] a[data-sort=eta]48.5
+1.64ssort by ETA140.4
+1.74sclick #shipments-table a:text-is('AF-100001')96.2
+1.79swait_for_selector #ship-status50.7
+1.79sopen AF-100001147.1
+1.93sfill #note-text22.7
+1.99sclick #note-save65.5
+2.04swait_for_selector #notes-list .note-text:has-text('promised by Friday'), #note-error:not([hidden])51.4
+2.04ssave a note139.8
+2.2sinner_text #note-error18.6

Full technical error

AssertionError: saving a note failed: 'The notes service is busy -- try again'
Traceback (most recent call last):
  File "/opt/pw-testhub/app/core/harness/run_test.py", line 737, in main
    module.run(TimedPage(page, ctx), ctx)
  File "/opt/pw-testhub/data/tests/DEMO-013__freight_shipments_and_notes.py", line 49, in run
    raise AssertionError(f"saving a note failed: {page.inner_text('#note-error')!r}")
AssertionError: saving a note failed: 'The notes service is busy -- try again'

Video and Playwright trace stay on the hub: results/DEMO-013/20260924-185750-r297/ — open the run page for the replay.