test(html-examples): cover interval progress path

Exercise the data-hemx-interval trigger path through the progress-bar example and browser smoke while clearing stale timers before each smoke run.

req: convention/005

req: convention/011

req: test/006
This commit is contained in:
slhx agent
2026-06-25 18:58:10 +02:00
parent 18af9d6eee
commit d7cf6fe9f6
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -815,6 +815,7 @@ mod tests {
assert!(html.contains("data-hemx-form=\"validate_email\""));
assert!(html.contains("data-hemx-revealed=\"true\""));
assert!(html.contains("data-hemx-handle=\"tick_progress\""));
assert!(html.contains("data-hemx-interval=\"1000\""));
assert!(html.contains("data-hemx-slot=\"loaded_row\""));
assert!(html.contains("data-hemx-slot=\"infinite_row\""));
assert!(html.contains("data-hemx-slot=\"value_option\""));