tests: add back recommended videos assertion

YouTube video recommendations display normally again, there was probably a temporary outage.
This commit is contained in:
ThetaDev 2024-02-02 11:50:12 +01:00
parent 571c23f940
commit 92c46424ca
No known key found for this signature in database
GPG key ID: 649CA4EBDC338394

View file

@ -454,11 +454,8 @@ fn get_video_details(rp: RustyPipe) {
assert!(!details.is_live);
assert!(!details.is_ccommons);
/*
As of 01.02.2024 this video does not show any recommendations
assert!(details.recommended.visitor_data.is_some());
assert_next(details.recommended, rp.query(), 10, 1, false);
*/
assert_gte(details.top_comments.count.unwrap(), 700_000, "comments");
assert!(!details.top_comments.is_exhausted());