← Back to All Reports
PARTIALLY PASSED (87%)
Job Name
chat_based_editor_prod
Pipeline ID
Job ID
#4363556
Branch
master
Commit
N/A
Executed At
2026-08-18T02:36:24.890269
20
Passed
3
Failed
0
Skipped

Test Results (23 tests)

test_cbe01_cbe_service_chains_sanity[caption]
passed
⏱️ Duration: 362.89s
test_cbe01_cbe_service_chains_sanity[linebreak]
passed
⏱️ Duration: 401.80s
test_cbe01_cbe_service_chains_sanity[music]
passed
⏱️ Duration: 359.72s
test_cbe01_cbe_service_chains_sanity[outro_values]
passed
⏱️ Duration: 377.24s
test_cbe01_cbe_service_chains_sanity[remove_scene]
passed
⏱️ Duration: 370.46s
test_cbe01_cbe_service_chains_sanity[text_color]
passed
⏱️ Duration: 355.30s
test_cbe01_cbe_service_chains_sanity[text_font]
passed
⏱️ Duration: 371.30s
test_cbe01_cbe_service_chains_sanity[logo]
passed
⏱️ Duration: 338.15s
test_cbe01_cbe_service_chains_sanity[text_position]
passed
⏱️ Duration: 353.87s
test_cbe01_cbe_service_chains_sanity[translation]
passed
⏱️ Duration: 345.88s
test_cbe01_cbe_service_chains_sanity[add_scene]
passed
⏱️ Duration: 418.74s
test_cbe01_cbe_service_chains_sanity[change_watermark]
passed
⏱️ Duration: 366.54s
test_cbe02_cbe_should_work_in_all_ratios[wide-caption]
passed
⏱️ Duration: 408.28s
test_cbe02_cbe_should_work_in_all_ratios[vertical-caption]
passed
⏱️ Duration: 394.69s
test_cbe03_replace_a_clip[stock_video]
passed
⏱️ Duration: 390.36s
test_cbe03_replace_a_clip[stock_photo]
passed
⏱️ Duration: 444.12s
test_cbe03_replace_a_clip[uploaded_video]
passed
⏱️ Duration: 480.02s
test_cbe03_replace_a_clip[uploaded_photo]
failed
⏱️ Duration: 365.47s
❌ Error:
fixturefunc = <function aichat_select_clip at 0x7f7d930f5cf0> request = <FixtureRequest for <Function test_cbe03_replace_a_clip[uploaded_photo]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="4a1e7495215ccdc50ea464525138632d")>, 'prompt': 'uploaded_photo'} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) venv/lib/python3.10/site-packages/_pytest/fixtures.py:917: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/test_autopilot_page.py:851: in aichat_select_clip bs_fail_with_traceback(browser, aichat_select_clip, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="4a1e7495215ccdc50ea464525138632d")> prompt = 'uploaded_photo' @when(parsers.cfparse('I select "{prompt}" as a new clip')) def aichat_select_clip(browser, prompt): try: ai_chat_clip_selection_window_displayed(browser) do_hover_and_click_js(browser, AICHAT_MEDIA_RESULT_FIRST_JS, AICHAT_REPLACE_JS) > assert is_visible(browser, AICHAT_REPLACE_CLIP_SUCCESS_MESSAGE, 15) E
📸 Failure Screenshot:
Test failure screenshot
test_cbe04_upload_via_filestack_url[video]
failed
⏱️ Duration: 310.08s
❌ Error:
browser = <selenium.webdriver.remote.webdriver.WebDriver (session="c3f8c9a893185edf4aba0d9dea6630aa")> def verify_post_not_rendered_or_not_listicle(browser): """ Assert that video is not rendered by checking availability of Regeneration button and CBE Delete a post if assertion failed or Advanced settings button is displayed """ try: assert is_visible(browser, AI_POST_REGENERATION_ICON, 15), "Video is already rendered" assert is_visible(browser, AICHAT_CHAT_TO_EDIT_BUTTON) # CBE button should be available if is_visible(browser, VOICE_OVER_ADV_SETTINGS_BTN): > raise Exception('AI post is rendered or VO listicle.') E Exception: AI post is rendered or VO listicle. pages/autopilot_page.py:600: Exception During handling of the above exception, another exception occurred: fixturefunc = <function ai_open_preview at 0x7f7d930fcee0> request = <FixtureRequest for <Function test_cbe04_upload_via_filestack_url[video]>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="c3f8c9a893185edf4aba0d9dea6630aa")>, 'number': '4'} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) venv/lib/python3.10/site-pa
📸 Failure Screenshot:
Test failure screenshot
test_cbe04_upload_via_filestack_url[photo]
passed
⏱️ Duration: 417.96s
test_cbe05_verify_voice_changes_are_not_possible_for_nonnarrated_videos
passed
⏱️ Duration: 359.09s
test_cbe06_upload_via_filestack_facebook_page
passed
⏱️ Duration: 405.57s
test_cbe07_change_the_intro_for_the_amazon_product_video
failed
⏱️ Duration: 545.73s
❌ Error:
fixturefunc = <function user_redirected_after_video_generation at 0x7f7d930fcb80> request = <FixtureRequest for <Function test_cbe07_change_the_intro_for_the_amazon_product_video>> kwargs = {'browser': <selenium.webdriver.remote.webdriver.WebDriver (session="613a8710308b964276c98fdd20db2979")>} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) venv/lib/python3.10/site-packages/_pytest/fixtures.py:917: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/test_autopilot_page.py:400: in user_redirected_after_video_generation bs_fail_with_traceback(browser, user_redirected_after_video_generation, e) helpers/common_helpers.py:815: in bs_fail_with_traceback raise exception tests/test_autopilot_page.py:398: in user_redirected_after_video_generation ai_generated_posts_in_planner(browser, 300) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser = <selenium.webdriver.remote.webdriver.WebDriver (session="613a8710308b964276c98fdd20db2979")> waiting_time = 300 def ai_generated_posts_in_planner(browser, waiting_time: int): """ Verifies if AI posts are visible in Planner waiting_time (int) = chosen value in seconds "
📸 Failure Screenshot:
Test failure screenshot