GHA Workflows updated

This commit is contained in:
Alexey
2026-09-06 20:08:01 +03:00
parent f857aefd06
commit 3693d1e2a8
6 changed files with 74 additions and 51 deletions
+3
View File
@@ -91,6 +91,9 @@ fn rendered_page_embeds_the_configured_bridge_timing_policy() {
page.body
.contains("helloTimer=setTimeout(()=>fail('timeout'),bridgeRequestMs)")
);
assert!(page.body.contains(
"if(!createStarted){createStarted=true;if(helloTimer)clearTimeout(helloTimer);helloTimer=null;helloFrame=message.data"
));
}
#[test]