← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
active_cast_test03
Pipeline ID
Job ID
#4415771
Branch
master
Commit
N/A
Executed At
2026-09-22T09:18:04.580044
5
Passed
1
Failed
0
Skipped

Test Results (6 tests)

test_as01_smoke_logged_in_create_page[chromium]
passed
⏱️ Duration: 7.47s
test_as02_smoke_not_logged_in_showcase[chromium]
passed
⏱️ Duration: 0.75s
test_as03_my_videos_action_buttons[chromium]
passed
⏱️ Duration: 8.53s
test_as04_generate_page_controls_after_image_activation[chromium]
passed
⏱️ Duration: 8.73s
test_as05_full_generation_flow[chromium]
failed
⏱️ Duration: 38.43s
❌ Error:
self = <tests.test_active_cast.TestActiveCast object at 0x7fb99ce5f040> page = <Page url='https://test03.testingpromo.com/activecast/generate?imageId=2766993617&imageSource=shutterstock&imageTitle=...2Fyoung-woman-laughs-loudly-hand-600nw-2766993617.jpg&term=happy&searchType=category&searchTerm=happy&searchRatio=all'> base_url = 'https://test03.testingpromo.com' @pytest.mark.skip_smoke def test_as05_full_generation_flow(self, page: Page, base_url: str) -> None: """Logged-in user activates an image, configures Kling 3 Standard generation, and waits for video result.""" login_page = LoginPage(page) login_page.login_directly(base_url, general_mail(), get_password()) login_page.assert_logged_in_as(fullname) active_cast = ActiveCastPage(page) active_cast.navigate_to_active_cast(base_url) active_cast.click_create_in_nav() active_cast.assert_grid_has_at_least_20_items() active_cast.hover_first_item_and_click_activate() active_cast.select_second_action_template() active_cast.fill_scene_action( "The man is indoors, wearing the same pink polo shirt. " "Preserve his identity, hairstyle, outfit. The man is terrifies and shouts." ) active_cast.assert_speaker_chip_avatar_visible() active_cast.fill_scene_text( "Hi, I'm your ActiveStock Terrified Avatar. " "I can help you create inspiring content with real footage from places all over the world." ) active_cast.select_model("Kling 3 Standard") duration_before_sync = active_cast.get_duration_label() active_cast.enable_smart_sync() active_cast.assert_duration_auto_synced_and_locked(duration_before_sync) active_cast.click_generate_video() > active_cast.assert_generating_in_progress() tests/test_active_cast.py:101: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pages/
📸 Failure Screenshot:
Test failure screenshot
test_as06_upload_own_photo[chromium]
passed
⏱️ Duration: 7.47s