terainia/test/scenarios
Maximus Gorog c8def4ae45 ui-settings-sliders: fix step-alignment test
The render-distance slider has step=16 in the HTML; setting .value
to 120 snaps to the nearest valid value (128). The test was asserting
the displayed text contained "120" — never true. Changed to 128
(actually on a step boundary). Pure test correctness; UI behavior
was right all along (snap-to-step is the slider's intended behavior).

All four UI scenarios now green on hardware Chromium:
  ui-menu-open-close   13 steps  2.44s  ✓
  ui-hotbar            10 steps  1.07s  ✓
  ui-respawn           14 steps  3.38s  ✓
  ui-settings-sliders  15 steps  1.52s  ✓

FPS on real hardware: 61.9 fps (16.2ms median) — matches the
deployment, confirms the game itself is fast. The earlier 3 fps
was Playwright's SwiftShader software path.
2026-05-24 17:47:34 -06:00
..
bench-pass-cost.yaml Verify debugging functions work as functional contracts 2026-05-24 17:18:41 -06:00
god-rays-look-at-sun.yaml Test harness: declarative Playwright scenarios + wasm state bindings 2026-05-24 10:51:17 -06:00
lighting-times-of-day.yaml Test harness: declarative Playwright scenarios + wasm state bindings 2026-05-24 10:51:17 -06:00
ui-hotbar.yaml Performant UI test harness — attach to real Chrome 2026-05-24 17:41:05 -06:00
ui-menu-open-close.yaml Performant UI test harness — attach to real Chrome 2026-05-24 17:41:05 -06:00
ui-respawn.yaml Performant UI test harness — attach to real Chrome 2026-05-24 17:41:05 -06:00
ui-settings-sliders.yaml ui-settings-sliders: fix step-alignment test 2026-05-24 17:47:34 -06:00
voxel-construction-darkness.yaml Test harness: declarative Playwright scenarios + wasm state bindings 2026-05-24 10:51:17 -06:00