← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
active_stock_test05
Pipeline ID
Job ID
#4310351
Branch
develop
Commit
N/A
Executed At
2026-07-14T21:34:26.616710
5
Passed
1
Failed
0
Skipped

Test Results (6 tests)

test_as01_smoke_logged_in_create_page[chromium]
passed
⏱️ Duration: 9.74s
test_as02_smoke_not_logged_in_showcase[chromium]
passed
⏱️ Duration: 2.21s
test_as03_my_videos_action_buttons[chromium]
passed
⏱️ Duration: 9.25s
test_as04_generate_page_controls_after_image_activation[chromium]
passed
⏱️ Duration: 8.24s
test_as05_full_generation_flow[chromium]
failed
⏱️ Duration: 314.20s
❌ Error:
self = <tests.test_active_stock.TestActiveStock object at 0x7f6875b2cbb0> page = <Page url='https://test05.testingpromo.com/active-stock/generate?imageId=1072528872&imageSource=getty&imageTitle=The+m...qpUiWJ_XLJMBk3be4snkQ4bnF_7AwcIxQC5elQhldck%3D&term=Bizarre&searchType=search&searchTerm=Bizarre&searchRatio=vertical'> base_url = 'https://test05.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_stock = ActiveStockPage(page) active_stock.navigate_to_active_stock(base_url) active_stock.click_create_in_nav() active_stock.assert_grid_has_at_least_20_items() active_stock.hover_first_item_and_click_activate() active_stock.select_second_action_template() active_stock.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_stock.assert_speaker_chip_avatar_visible() active_stock.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_stock.select_model("Kling 3 Standard") duration_before_sync = active_stock.get_duration_label() active_stock.enable_smart_sync() active_stock.assert_duration_auto_synced_and_enabled(duration_before_sync) active_stock.click_generate_video() active_stock.assert_generating_in_progress() > active_stock.wait_for_generation_complete() tests/test_active_stock.py:111: _ _ _ _ _ _ _
📸 Failure Screenshot:
Test failure screenshot
test_as06_upload_own_photo[chromium]
passed
⏱️ Duration: 8.17s